mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
try cd into src
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -15,13 +15,14 @@ before_install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then GAMOS="macos" ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then GAMOS="macos" ; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- cd src
|
||||||
- pyinstaller --clean -F --distpath=gam src/$GAMOS-gam.spec
|
- pyinstaller --clean -F --distpath=gam src/$GAMOS-gam.spec
|
||||||
- cp src/LICENSE src/gam
|
- cp LICENSE gam
|
||||||
- cp src/whatsnew.txt src/gam
|
- cp whatsnew.txt gam
|
||||||
- cp src/GamCommands.txt src/gam
|
- cp GamCommands.txt gam
|
||||||
- tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz src/gam/
|
- tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz gam/
|
||||||
|
|
||||||
script: src/dist/gam version
|
script: dist/gam version
|
||||||
deploy:
|
deploy:
|
||||||
provider: release
|
provider: release
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|||||||
Reference in New Issue
Block a user