mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +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
|
||||
|
||||
install:
|
||||
- cd src
|
||||
- pyinstaller --clean -F --distpath=gam src/$GAMOS-gam.spec
|
||||
- cp src/LICENSE src/gam
|
||||
- cp src/whatsnew.txt src/gam
|
||||
- cp src/GamCommands.txt src/gam
|
||||
- tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz src/gam/
|
||||
- cp LICENSE gam
|
||||
- cp whatsnew.txt gam
|
||||
- cp GamCommands.txt gam
|
||||
- tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz gam/
|
||||
|
||||
script: src/dist/gam version
|
||||
script: dist/gam version
|
||||
deploy:
|
||||
provider: release
|
||||
skip_cleanup: true
|
||||
|
||||
Reference in New Issue
Block a user