ci: test bare metal on linux
parent
bd97dc0134
commit
0b3b241258
|
@ -41,6 +41,8 @@ jobs:
|
|||
run: ./v test v
|
||||
- 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.v
|
||||
|
||||
build-ubuntu-tcc:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
@ -39,5 +39,6 @@
|
|||
+ fix interfaces
|
||||
- merge v.c and v_win.c
|
||||
+ fast.vlang.io
|
||||
+ bare metal support
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue