mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
Python 2.7.16, more path fixes
This commit is contained in:
@@ -3,7 +3,7 @@ dist: precise
|
|||||||
osx_image: xcode9.2
|
osx_image: xcode9.2
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7.16"
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
@@ -22,8 +22,10 @@ install:
|
|||||||
- cp GamCommands.txt gam
|
- cp GamCommands.txt gam
|
||||||
- tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz gam/
|
- tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz gam/
|
||||||
|
|
||||||
script: dist/gam version
|
script:
|
||||||
|
- src/dist/gam version
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: release
|
provider: release
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
file: gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz
|
file: src/gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz
|
||||||
|
|||||||
Reference in New Issue
Block a user