From a69d8c6744e89f1a2caeab30d070fbf73f2ae8d6 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 15 Jun 2020 22:56:55 +0200 Subject: [PATCH] ci: fix cross-compilation test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f365e2082..84d6ec64cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,8 @@ jobs: run: ./v test-fixed - name: Build examples run: ./v build-examples + - name: Cross-compilation to Linux + run: ./v -os linux cmd/v # - name: Test vsh # run: ./v examples/v_script.vsh - name: Test vid @@ -149,8 +151,6 @@ 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