ci: test cross compilation to linux on macos

pull/5395/head
Alexander Medvednikov 2020-06-15 22:49:13 +02:00
parent 730f485591
commit 0273933960
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,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: cross compilation to Linux
run: ./v -os linux cmd/v
- name: Fixed tests - name: Fixed tests
run: | run: |
./v test-fixed ./v test-fixed