mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
back to MacOS 10.13, fix Windows zip
This commit is contained in:
@@ -8,12 +8,11 @@ matrix:
|
|||||||
env: GAMOS=linux
|
env: GAMOS=linux
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
osx_image: xcode9.2
|
osx_image: xcode10.1
|
||||||
env: GAMOS=macos
|
env: GAMOS=macos
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
openssl
|
|
||||||
python@2
|
python@2
|
||||||
- os: windows
|
- os: windows
|
||||||
language: shell
|
language: shell
|
||||||
@@ -32,13 +31,14 @@ install:
|
|||||||
- cp LICENSE gam
|
- cp LICENSE gam
|
||||||
- cp whatsnew.txt gam
|
- cp whatsnew.txt gam
|
||||||
- cp GamCommands.txt gam
|
- cp GamCommands.txt gam
|
||||||
- if [[ "$TRAVIS_OSNAME" == "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
|
||||||
tar cfJ gam-$TRAVIS_BUILD_NUMBER-$GAMOS.tar.xz gam/;
|
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.tar.xz
|
||||||
|
tar cfJ $GAM_ARCHIVE gam/;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user