mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test cross compilation to linux on macos
This commit is contained in:
parent
730f485591
commit
0273933960
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -149,6 +149,8 @@ jobs:
|
||||
# run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||
- name: v self compilation
|
||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
||||
- name: cross compilation to Linux
|
||||
run: ./v -os linux cmd/v
|
||||
- name: Fixed tests
|
||||
run: |
|
||||
./v test-fixed
|
||||
|
Loading…
Reference in New Issue
Block a user