Travis: break windows tests

pull/1842/head
Vitaly Takmazov 2019-09-03 15:54:45 +03:00 committed by Alexander Medvednikov
parent 1f67d9edd8
commit 7dd754ae74
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ script:
fi
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
set -e
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries thirdparty/freetype/
echo "Just running ./make.bat to produce v.exe"
./make.bat
@ -48,6 +49,7 @@ script:
##./v.exe ./compiler/tests/repl/repl_test.v
echo "Testing gcc bootstrapping"
./make.bat -gcc
set +e
fi
- |
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then