Skip to content

Commit

Permalink
travis-ci: fix the failing windows builds on travis-ci by defining MS…
Browse files Browse the repository at this point in the history
…YSCON to ensure linux style shell commands are used.
  • Loading branch information
redj committed Aug 14, 2020
1 parent 71ecf02 commit 8b79117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cp avx512fintrin.h "C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/" ; fi

script:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then mingw32-make OPENSSL_CONF="C:\Program Files\OpenSSL-Win64\bin\openssl.cfg" -j1 V=1 ENABLE_SSL=y; else make -j1 V=1 ENABLE_SSL=y; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then mingw32-make MSYSCON=defined OPENSSL_CONF="C:\Program Files\OpenSSL-Win64\bin\openssl.cfg" -j1 V=1 ENABLE_SSL=y; else make -j1 V=1 ENABLE_SSL=y; fi

0 comments on commit 8b79117

Please sign in to comment.