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:
parent
63d747042e
commit
2bd20180e9
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user