ci: test -usecache
parent
d12f5f7ba0
commit
0c18b3bea6
|
@ -93,6 +93,8 @@ jobs:
|
||||||
# ./v -silent test-compiler
|
# ./v -silent test-compiler
|
||||||
- name: v self compilation
|
- name: v self compilation
|
||||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
||||||
|
- name: v self with -usecache
|
||||||
|
run: ./v -o v2 -usecache cmd/v
|
||||||
- name: Fixed tests
|
- name: Fixed tests
|
||||||
run: ./v -silent test-fixed
|
run: ./v -silent test-fixed
|
||||||
- name: Test building v tools
|
- name: Test building v tools
|
||||||
|
@ -221,6 +223,8 @@ jobs:
|
||||||
# run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
# run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||||
- name: v self compilation
|
- name: v self compilation
|
||||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
||||||
|
- name: v self with -usecache
|
||||||
|
run: ./v -o v2 -usecache cmd/v
|
||||||
- name: Fixed tests
|
- name: Fixed tests
|
||||||
run: |
|
run: |
|
||||||
./v -silent test-fixed
|
./v -silent test-fixed
|
||||||
|
|
Loading…
Reference in New Issue