mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
travis: don't run on msvc for now
This commit is contained in:
parent
0b81c5a3cb
commit
52fc16bc8a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue