Skip to content

Commit d84aa49

Browse files
authored
set path correctly for newly installed msys
1 parent 35f611f commit d84aa49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ before_install:
2525
curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
2626
tar -xzf msys64.tar.gz ;
2727
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 ;
2830
fi
2931
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
3032
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi

0 commit comments

Comments
 (0)