From 0b3b2412589c03e1d32bb52167f1f48cca3a2430 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 15 Nov 2019 01:20:22 +0300 Subject: [PATCH] ci: test bare metal on linux --- .github/workflows/ci.yml | 2 ++ 0.2_roadmap.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92f0cb33cf..d4f4c8ab4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/0.2_roadmap.txt b/0.2_roadmap.txt index 8563f90bfb..6edc88214a 100644 --- a/0.2_roadmap.txt +++ b/0.2_roadmap.txt @@ -39,5 +39,6 @@ + fix interfaces - merge v.c and v_win.c + fast.vlang.io ++ bare metal support