1
0
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:
Alexander Medvednikov
2020-12-04 18:06:53 +01:00
parent 3f2133c65e
commit 0ea2fa228f
5 changed files with 29 additions and 16 deletions

View File

@@ -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: