mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-23 07:31:36 +00:00
more fixes
This commit is contained in:
@@ -12,7 +12,8 @@ matrix:
|
||||
- GAMOS=linux
|
||||
- PLATFORM=x86_64
|
||||
- os: linux
|
||||
name: Linux 64-bit Precise custom compile"
|
||||
name: "Linux 64-bit Precise custom compile"
|
||||
dist: precise
|
||||
language: bash
|
||||
env:
|
||||
- GAMOS=linux
|
||||
|
||||
@@ -2,6 +2,8 @@ echo "RUNNING: apt update..."
|
||||
sudo apt-get --yes update > /dev/null
|
||||
echo "RUNNING: apt dist-upgrade..."
|
||||
sudo apt-get --yes dist-upgrade > /dev/null
|
||||
echo "Installing build tools..."
|
||||
sudo apt-get --yes install build-essential
|
||||
echo "Installing StaticX deps..."
|
||||
sudo apt-get --yes install binutils patchelf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user