You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,10 @@ before_install:
22
22
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
23
23
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
24
24
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
25
+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/tools/msys64:/c/tools/msys64/mingw64/bin:/c/tools/msys64/mingw32/bin:/c/tools/msys64/usr/bin; fi
25
26
- which env;
26
-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then /c/tools/msys64/usr/bin/pacman.exe -Syuu; fi
27
-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then /c/tools/msys64/usr/bin/pacman.exe -S --needed base-devel; fi
27
+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
28
+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain git; fi
0 commit comments