From 803143c6bd4c1ecbcc0a57f0f7873a1050e204e2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 18 May 2020 18:18:29 +0200 Subject: [PATCH] ci: test new v.c on Windows --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1479ba7ff3..3734e68772 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,6 +216,8 @@ jobs: run: | gcc --version .\make.bat -gcc + - name: Test new v.c + run: .\v.exe -o v.c cmd/v && gcc -w v.c - name: Install dependencies run: | .\v.exe setup-freetype @@ -284,7 +286,7 @@ jobs: run: | sudo rm -f /etc/apt/sources.list.d/dotnetdev.list /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update - sudo apt install --quiet -y mingw-w64 + sudo apt install --quiet -y mingw-w64 - name: Build V run: make -j4 - name: v.c can be compiled