ci: bring back msvc tests

pull/4349/head
Alexander Medvednikov 2020-04-11 16:32:31 +02:00
parent 63d747042e
commit 2bd20180e9
1 changed files with 5 additions and 5 deletions

View File

@ -271,14 +271,14 @@ jobs:
echo %VFLAGS% echo %VFLAGS%
echo $VFLAGS echo $VFLAGS
.\make.bat -msvc .\make.bat -msvc
# - name: Fixed tests - name: Fixed tests
# run: | run: |
# ./v vlib/v/tests/backtrace_test.v ./v vlib/v/tests/backtrace_test.v
# ./v test-fixed ./v test-fixed
# - name: Test # - name: Test
# run: | # run: |
# .\v.exe -silent test-compiler # .\v.exe -silent test-compiler
## v.js dosent work on windows # ## v.js dosent work on windows
#.\v.exe -o hi.js examples/hello_v_js.v #.\v.exe -o hi.js examples/hello_v_js.v
#node hi.js #node hi.js
# - name: Test v binaries # - name: Test v binaries