ci: test x64 machine codegen
parent
9712213f50
commit
956c605934
|
@ -44,7 +44,9 @@ jobs:
|
||||||
# - name: Test v->js
|
# - name: Test v->js
|
||||||
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||||
- name: Bare metal
|
- name: Bare metal
|
||||||
run: ./v -bare -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
|
||||||
|
run: ./v -x64 examples/x64/hello_world.v
|
||||||
|
|
||||||
build-ubuntu-tcc:
|
build-ubuntu-tcc:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
Loading…
Reference in New Issue