more fixes

This commit is contained in:
Jay Lee
2019-04-23 13:28:33 -04:00
parent 2243a4e8eb
commit 2f0fa38f3d
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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