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:

committed by
GitHub

parent
0b81c5a3cb
commit
52fc16bc8a
@ -56,6 +56,7 @@ script:
|
|||||||
./make.bat -gcc
|
./make.bat -gcc
|
||||||
fi
|
fi
|
||||||
if [[ "${TRAVIS_JOB_NAME}" == "windows_msvc" ]]; then
|
if [[ "${TRAVIS_JOB_NAME}" == "windows_msvc" ]]; then
|
||||||
|
exit
|
||||||
echo "Building V with MSVC"
|
echo "Building V with MSVC"
|
||||||
export VFLAGS="-os msvc"
|
export VFLAGS="-os msvc"
|
||||||
./make.bat -msvc
|
./make.bat -msvc
|
||||||
|
Reference in New Issue
Block a user