Travis: fix Windows attempt #1

pull/1195/head
Alexander Medvednikov 2019-07-21 21:15:23 +02:00 committed by GitHub
parent 0875e93716
commit 20dbe0f3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -33,12 +33,6 @@ script:
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
fi
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
#choco install make
#cp "C:\\ProgramData\\chocolatey\\bin\\gcc.exe" "C:\\ProgramData\\chocolatey\\bin\\cc.exe"
fi
#- export VROOT=$(pwd)
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
echo "Running make.bat..."