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