ci: test x64 machine codegen

pull/2845/head
Alexander Medvednikov 2019-11-22 14:39:04 +03:00
parent 9712213f50
commit 956c605934
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ jobs:
# - name: Test v->js
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
- 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:
runs-on: ubuntu-18.04