mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
semicolons, semicolons...
This commit is contained in:
@@ -23,6 +23,7 @@ before_install:
|
||||
cinst -y python2;
|
||||
PATH=$PATH:/c/Python27/scripts;
|
||||
fi
|
||||
- pip install --upgrade pip
|
||||
- pip install pyinstaller
|
||||
|
||||
install:
|
||||
@@ -32,12 +33,12 @@ install:
|
||||
- cp whatsnew.txt gam
|
||||
- cp GamCommands.txt gam
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
set
|
||||
set;
|
||||
ls -l $ProgramFiles;
|
||||
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.zip;
|
||||
$ProgramFiles/7-Zip/7z.exe a -tzip $GAM_ARCHIVE -xr!.svn;
|
||||
else
|
||||
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.tar.xz
|
||||
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.tar.xz;
|
||||
tar cfJ $GAM_ARCHIVE gam/;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user