We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59b808 commit ea0d9d0Copy full SHA for ea0d9d0
.travis.yml
@@ -22,6 +22,7 @@ before_install:
22
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
23
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
24
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
25
+ ls -R /usr/src/ ;
26
curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
27
tar -xzf msys64.tar.gz ;
28
cp -R msys64/* /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/ ;
0 commit comments