mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 22:23:35 +00:00
Try /c as windows path, stop deploy since it only breaks us for now
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -21,9 +21,9 @@ matrix:
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
cinst -y python2;
|
||||
ls -l /
|
||||
ls -al /python2;
|
||||
PATH=$PATH:/python2/scripts;
|
||||
ls -l /c
|
||||
ls -al /c/python2;
|
||||
PATH=$PATH:/c/python2/scripts;
|
||||
fi
|
||||
- pip install pyinstaller
|
||||
|
||||
@ -37,7 +37,3 @@ install:
|
||||
|
||||
script:
|
||||
- gam/gam version
|
||||
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
file: gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz
|
||||
|
Reference in New Issue
Block a user