Update .travis.yml

pull/1195/head
Alexander Medvednikov 2019-07-21 21:08:29 +02:00 committed by GitHub
parent e11c23a817
commit 0875e93716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -36,11 +36,12 @@ script:
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
#choco install make
cp "C:\\ProgramData\\chocolatey\\bin\\gcc.exe" "C:\\ProgramData\\chocolatey\\bin\\cc.exe"
#cp "C:\\ProgramData\\chocolatey\\bin\\gcc.exe" "C:\\ProgramData\\chocolatey\\bin\\cc.exe"
fi
- export VROOT=$(pwd)
#- export VROOT=$(pwd)
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
echo "Running make.bat..."
./make.bat
fi
- |