mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: don't run on msvc for now
This commit is contained in:
parent
0b81c5a3cb
commit
52fc16bc8a
@ -56,6 +56,7 @@ script:
|
||||
./make.bat -gcc
|
||||
fi
|
||||
if [[ "${TRAVIS_JOB_NAME}" == "windows_msvc" ]]; then
|
||||
exit
|
||||
echo "Building V with MSVC"
|
||||
export VFLAGS="-os msvc"
|
||||
./make.bat -msvc
|
||||
|
Loading…
Reference in New Issue
Block a user