We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90dae8 commit c2b5076Copy full SHA for c2b5076
.travis.yml
@@ -22,8 +22,8 @@ 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
- curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys2-base-x86_64-20181211.tar.xz -o msys2-base-x86_64-20181211.tar.xz ;
26
- tar xf msys2-base-x86_64-20181211.tar.xz ;
+ curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
+ tar -xvzf msys64.tar.gz ;
27
cp -R msys64/ /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/ ;
28
fi
29
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
0 commit comments