mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
more fun with Windows git bash paths
This commit is contained in:
@@ -21,8 +21,9 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
cinst -y python2;
|
cinst -y python2;
|
||||||
ls -al c:/python2;
|
ls -l /
|
||||||
PATH=$PATH:c:/python2/scripts;
|
ls -al /python2;
|
||||||
|
PATH=$PATH:/python2/scripts;
|
||||||
fi
|
fi
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user