1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: bring back msvc tests

This commit is contained in:
Alexander Medvednikov 2020-04-11 16:32:31 +02:00
parent 63d747042e
commit 2bd20180e9

View File

@ -271,14 +271,14 @@ jobs:
echo %VFLAGS%
echo $VFLAGS
.\make.bat -msvc
# - name: Fixed tests
# run: |
# ./v vlib/v/tests/backtrace_test.v
# ./v test-fixed
- name: Fixed tests
run: |
./v vlib/v/tests/backtrace_test.v
./v test-fixed
# - name: Test
# run: |
# .\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
#node hi.js
# - name: Test v binaries