mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
test staticx on trusty, stop puling osx10.12
This commit is contained in:
@@ -127,14 +127,6 @@ jobs:
|
|||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
- os: osx
|
|
||||||
name: "MacOS 10.12"
|
|
||||||
language: generic
|
|
||||||
osx_image: xcode9.2
|
|
||||||
env:
|
|
||||||
- GAMOS=macos
|
|
||||||
- PLATFORM=x86_64
|
|
||||||
- VMTYPE=build
|
|
||||||
- os: osx
|
- os: osx
|
||||||
name: "MacOS 10.13"
|
name: "MacOS 10.13"
|
||||||
language: generic
|
language: generic
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ else
|
|||||||
python=~/python/bin/python3
|
python=~/python/bin/python3
|
||||||
pip=~/python/bin/pip3
|
pip=~/python/bin/pip3
|
||||||
|
|
||||||
if [[ "$dist" == "precise" ]]; then
|
if [[ "$dist" == "precise" ] || [ "$dist" == "trusty" ]]; then
|
||||||
echo "Installing deps for StaticX..."
|
echo "Installing deps for StaticX..."
|
||||||
sudo apt-get install --yes scons
|
sudo apt-get install --yes scons
|
||||||
if [ ! -d patchelf-$PATCHELF_VERSION ]; then
|
if [ ! -d patchelf-$PATCHELF_VERSION ]; then
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ else
|
|||||||
du -h gam/gam
|
du -h gam/gam
|
||||||
time $gam version extended
|
time $gam version extended
|
||||||
|
|
||||||
if [[ "$dist" == "precise" ]]; then
|
if [[ "$dist" == "precise" ] || [ "$dist" == "trusty"]]; then
|
||||||
GAM_LEGACY_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-legacy.tar.xz
|
GAM_LEGACY_ARCHIVE=gam-${GAMVERSION}-${GAMOS}-${PLATFORM}-${dist}legacy.tar.xz
|
||||||
$python -OO -m staticx gam/gam gam/gam-staticx
|
$python -OO -m staticx gam/gam gam/gam-staticx
|
||||||
strip gam/gam-staticx
|
strip gam/gam-staticx
|
||||||
rm gam/gam
|
rm gam/gam
|
||||||
|
|||||||
Reference in New Issue
Block a user