ci: bring back msvc tests
parent
63d747042e
commit
2bd20180e9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue