From 114df3ce7cf5f3b40af22078dddabe1fa51aeabd Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 29 Dec 2020 20:01:26 +0100 Subject: [PATCH] ci: bring back v self test on windows --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44a0eeb806..d92be7e055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -294,7 +294,7 @@ jobs: echo "Building it..." ../../vprod -backend x64 -o 1m 1m.v echo "Running it..." - ls + ls # - name: SDL examples # run: git clone --depth 1 https://github.com/vlang/sdl && cd sdl @@ -399,7 +399,7 @@ jobs: run: make -j4 && ./v -cc clang -cg -cflags -Werror -o v cmd/v - name: Fixed tests (-fsanitize=undefined) run: ./v -cc clang -cflags "-fsanitize=undefined" -o v2 cmd/v && ./v2 -cflags -fsanitize=undefined test-fixed - + tests-sanitize-address: runs-on: ubuntu-latest timeout-minutes: 30 @@ -551,8 +551,8 @@ jobs: #node hi.js # - name: Test v binaries # run: ./v build-vbinaries -# - name: v2 self compilation -# run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v + - name: v2 self compilation + run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v windows-msvc: runs-on: windows-2019