ci: build hello world with -usecache

pull/11204/head
Alexander Medvednikov 2021-08-16 06:42:43 +03:00
parent fadfc3b457
commit 20ca038a56
1 changed files with 3 additions and 3 deletions

View File

@ -294,9 +294,9 @@ jobs:
UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 ./v2 -o v.c cmd/v
- name: Build V using V
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v
# QTODO
# - name: v self compilation with -usecache
# run: |
- name: usecache
run: |
./v -usecache examples/hello_world.v && examples/hello_world
# ./v -o v2 -usecache cmd/v
# ./v2 -o v3 -usecache cmd/v
# ./v3 -usecache examples/tetris/tetris.v