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

ci: test self compilation with -autofree

This commit is contained in:
Alexander Medvednikov
2020-05-07 17:37:10 +02:00
parent d096763f62
commit be063d740b
4 changed files with 16 additions and 5 deletions

View File

@@ -155,6 +155,8 @@ jobs:
../../vprod -backend x64 -o 1m 1m.v
echo "Running it..."
ls
- name: V self compilation with -autofree
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