This commit is contained in:
Jay Lee
2019-04-23 15:10:40 -04:00
parent 108ca38f10
commit 5afda1dc2f
2 changed files with 8 additions and 3 deletions

View File

@ -5,9 +5,7 @@ matrix:
- os: linux
name: "Linux 64-bit"
dist: xenial
language: python
python:
- 3.7.3
language: bash
env:
- GAMOS=linux
- PLATFORM=x86_64
@ -17,6 +15,12 @@ matrix:
env:
- GAMOS=linux
- PLATFORM=x86_64
- os: linux
name "Linux 64-bit Precise custom compile"
language: bash
env:
- GAMOS=linux
- PLATFORM=x86_64
- os: osx
name: "MacOS 64-bit"
language: generic

View File

@ -9,6 +9,7 @@ echo "Installing StaticX deps..."
sudo apt-get --yes install binutils patchelf
echo "Installing deps for python3"
sudo cp -v /etc/apt/sources.list /tmp
chmod a+rwx /tmp/sources.list
echo "deb-src http://archive.ubuntu.com/ubuntu/ precise main" >> /tmp/sources.list
sudo cp -v /tmp/sources.list /etc/apt
sudo apt-get --yes update > /dev/null