From efaca5974c5ae1c808d59cf3ffbe18d2b929a367 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 5 Feb 2020 11:22:08 +0100 Subject: [PATCH] ci: build vpm --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98b4a2417c..f21c6e0d09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,6 +116,8 @@ jobs: # run: ./v -o hi.js examples/hello_v_js.v && node hi.js - name: Build Vorum run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd .. + - name: Build vpm + run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd .. - name: Freestanding run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v - name: x64 machine code generation