ci: build hello world with -usecache
parent
fadfc3b457
commit
20ca038a56
|
@ -294,9 +294,9 @@ jobs:
|
||||||
UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 ./v2 -o v.c cmd/v
|
UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 ./v2 -o v.c cmd/v
|
||||||
- name: Build V using V
|
- name: Build V using V
|
||||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v
|
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v
|
||||||
# QTODO
|
- name: usecache
|
||||||
# - name: v self compilation with -usecache
|
run: |
|
||||||
# run: |
|
./v -usecache examples/hello_world.v && examples/hello_world
|
||||||
# ./v -o v2 -usecache cmd/v
|
# ./v -o v2 -usecache cmd/v
|
||||||
# ./v2 -o v3 -usecache cmd/v
|
# ./v2 -o v3 -usecache cmd/v
|
||||||
# ./v3 -usecache examples/tetris/tetris.v
|
# ./v3 -usecache examples/tetris/tetris.v
|
||||||
|
|
Loading…
Reference in New Issue