mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
all 3
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user