From db21438648ad1abcbf6591546b616b621027098f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 26 Nov 2019 09:40:43 +0300 Subject: [PATCH] ci: build Vorum --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00de52a521..c0ca8063ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: run: ./v test v # - name: Test v->js # run: ./v -o hi.js examples/hello_v_js.v && node hi.js + - name: Build Vorum + git clone --depth 1 https://github.com/vlang/vorum && cd vorum && v . - name: Bare metal run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v - name: x64 machine code generation