1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: bring back -autofree self test

This commit is contained in:
Alexander Medvednikov 2020-06-13 18:41:04 +02:00
parent 6113c4fe63
commit 0115c5e76c

View File

@ -167,7 +167,7 @@ jobs:
echo "Running it..."
ls
- name: V self compilation with -autofree
run: echo "TODO" #./v -o v2 -autofree cmd/v && ./v2 -o v3 -autofree cmd/v && ./v3 -o v4 -autofree cmd/v
run: ./v -o v2 -autofree cmd/v && ./v2 -o v3 -autofree cmd/v && ./v3 -o v4 -autofree cmd/v
# - name: SDL examples
# run: git clone --depth 1 https://github.com/vlang/sdl && cd sdl