1
0
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:
Alexander Medvednikov 2019-09-15 20:00:12 +03:00 committed by GitHub
parent 0b81c5a3cb
commit 52fc16bc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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