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 35f611f commit d84aa49Copy full SHA for d84aa49
.travis.yml
@@ -25,6 +25,8 @@ before_install:
25
curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
26
tar -xzf msys64.tar.gz ;
27
cp -R msys64/ /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/ ;
28
+ ls /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/ ;
29
+ export PATH=/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/usr/bin:$PATH ;
30
fi
31
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
32
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi
0 commit comments