1
0
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:
Alexander Medvednikov 2019-11-15 01:20:22 +03:00
parent bd97dc0134
commit 0b3b241258
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -39,5 +39,6 @@
+ fix interfaces
- merge v.c and v_win.c
+ fast.vlang.io
+ bare metal support