mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Try setting path on Windows
This commit is contained in:
@@ -19,7 +19,13 @@ matrix:
|
||||
env: GAMOS=windows
|
||||
|
||||
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
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user