Skip to content

Commit ea0d9d0

Browse files
authored
Print /usr/src in mingw
1 parent a59b808 commit ea0d9d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ before_install:
2222
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
2323
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
2424
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
25+
ls -R /usr/src/ ;
2526
curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
2627
tar -xzf msys64.tar.gz ;
2728
cp -R msys64/* /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/ ;

0 commit comments

Comments
 (0)