mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 01:41:36 +00:00
More attempts to find 7-zip :=/
This commit is contained in:
@@ -33,9 +33,11 @@ install:
|
||||
- cp whatsnew.txt gam
|
||||
- cp GamCommands.txt gam
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
ls -l $ProgramFiles;
|
||||
ls -l /c/Program\ Files/;
|
||||
ls -l "/c/Program Files/";
|
||||
ls -l "/c/Program Files (x86)";
|
||||
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.zip;
|
||||
$ProgramFiles/7-Zip/7z.exe a -tzip $GAM_ARCHIVE -xr!.svn;
|
||||
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE -xr!.svn;
|
||||
else
|
||||
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.tar.xz;
|
||||
tar cfJ $GAM_ARCHIVE gam/;
|
||||
|
||||
Reference in New Issue
Block a user