mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 22:53:34 +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:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
cinst -y python2;
|
cinst -y python2;
|
||||||
ls -l /
|
ls -l /c
|
||||||
ls -al /python2;
|
ls -al /c/python2;
|
||||||
PATH=$PATH:/python2/scripts;
|
PATH=$PATH:/c/python2/scripts;
|
||||||
fi
|
fi
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller
|
||||||
|
|
||||||
@ -37,7 +37,3 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- gam/gam version
|
- gam/gam version
|
||||||
|
|
||||||
deploy:
|
|
||||||
skip_cleanup: true
|
|
||||||
file: gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz
|
|
||||||
|
Reference in New Issue
Block a user