mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
Try setting path on Windows
This commit is contained in:
@@ -19,7 +19,13 @@ matrix:
|
|||||||
env: GAMOS=windows
|
env: GAMOS=windows
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; fi
|
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
|
cinst -y python2
|
||||||
|
ls -al c:/python2
|
||||||
|
dir c:\python2
|
||||||
|
dir c:\
|
||||||
|
PATH=$PATH:c:/python2/scripts
|
||||||
|
fi
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user