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