mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test bare metal on linux
This commit is contained in:
parent
bd97dc0134
commit
0b3b241258
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
Block a user