mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
autofree: fix or {}; ci: bring back gitly -autofree
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -170,7 +170,7 @@ jobs:
|
||||
run: ./v -silent build-examples
|
||||
- name: Build examples with -autofree
|
||||
run: |
|
||||
./v -autofree -experimental -o tetris examples/tetris/tetris.v
|
||||
./v -autofree -o tetris examples/tetris/tetris.v
|
||||
- name: v doctor
|
||||
run: |
|
||||
./v doctor
|
||||
@@ -182,7 +182,7 @@ jobs:
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/ved
|
||||
cd ved && ../v -o ved .
|
||||
# ../v -autofree .
|
||||
../v -autofree .
|
||||
- name: Build V UI examples
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/ui
|
||||
@@ -538,6 +538,7 @@ jobs:
|
||||
git clone --depth 1 https://github.com/vlang/gitly
|
||||
cd gitly
|
||||
../v .
|
||||
../v -autofree .
|
||||
cd ..
|
||||
|
||||
websocket_autobahn:
|
||||
|
||||
Reference in New Issue
Block a user