mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
comma
This commit is contained in:
@@ -31,6 +31,7 @@ matrix:
|
||||
env:
|
||||
- GAMOS=windows
|
||||
PLATFORM=x64
|
||||
CINST_ARGS=""
|
||||
- os: windows
|
||||
language: shell
|
||||
env:
|
||||
@@ -54,7 +55,7 @@ install:
|
||||
- cp whatsnew.txt gam
|
||||
- cp GamCommands.txt gam
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
cp gam-setup.bat gam
|
||||
cp gam-setup.bat gam;
|
||||
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS-$PLATFORM.zip;
|
||||
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE -xr!.svn;
|
||||
mv gam gam-64;
|
||||
|
||||
Reference in New Issue
Block a user