ci: bring back x64 test
parent
b1d6021875
commit
0bd84e8060
|
@ -120,7 +120,7 @@ jobs:
|
||||||
- name: Freestanding
|
- name: Freestanding
|
||||||
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: x64 machine code generation
|
- name: x64 machine code generation
|
||||||
run: echo "TODO" #cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world
|
run: cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world
|
||||||
|
|
||||||
|
|
||||||
ubuntu-prebuilt:
|
ubuntu-prebuilt:
|
||||||
|
|
Loading…
Reference in New Issue