mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test v self compilation 4 times with tcc
This commit is contained in:
parent
9da7349f63
commit
b1c042b3ea
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -44,6 +44,8 @@ jobs:
|
||||
# ./v -silent test-compiler
|
||||
- name: Fixed tests
|
||||
run: ./v test-fixed
|
||||
- name: v self compilation
|
||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
||||
- name: Test building v tools
|
||||
run: ./v build-tools
|
||||
- name: v vet
|
||||
|
Loading…
Reference in New Issue
Block a user