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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ env:
12
12
- LINKING="static"
13
13
before_install:
14
14
- eval "${MATRIX_EVAL}"
15
-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install msys2; fi
16
15
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"; fi
17
16
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then export PATH=$PATH:/usr/local/lib; fi
18
17
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib; fi
@@ -23,9 +22,10 @@ before_install:
23
22
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
24
23
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
25
24
- 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
26
-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then mingw64; 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
25
+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /c/ProgramData/chocolatey; fi
26
+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /bin; fi
27
+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /usr/bin; fi
28
+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /c/ProgramData/chocolatey/bin; fi
0 commit comments