travis: terrible

travis-windows
Doug Coleman 2018-12-30 00:07:22 -06:00
parent b2547d5d58
commit 939bc3f312
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ script:
- export CI_BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}" - export CI_BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
- echo "CI_BRANCH=${CI_BRANCH}" - echo "CI_BRANCH=${CI_BRANCH}"
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
dir "C:\Program Files (x86)\"; dir 'C:\Program Files (x86)';
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64; 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat' x64;
./build.cmd; ./build.cmd;
fi fi
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then DEBUG=1 ./build.sh net-bootstrap < /dev/null; fi - if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then DEBUG=1 ./build.sh net-bootstrap < /dev/null; fi