From 0273933960dc7d06d53acea033c3b81c1f040a77 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 15 Jun 2020 22:49:13 +0200 Subject: [PATCH] ci: test cross compilation to linux on macos --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0d97eb71a..0f365e2082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,8 @@ jobs: # run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v - name: v self compilation run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v + - name: cross compilation to Linux + run: ./v -os linux cmd/v - name: Fixed tests run: | ./v test-fixed