From cb747316ed0ace10deea9ee283eb93fb6846e65c Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 27 Mar 2020 11:39:16 +0100 Subject: [PATCH] ci: V2 self compilation --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63ee89c7ea..9bf502e576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,9 @@ jobs: 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: v2 self compilation + run: ./v -b v2 -o v2 && ./v2 -b v2 -o v3 && ./v3 -b v2 -o v4 + - name: x64 machine code generation run: | ./v -o vprod -prod cmd/v