mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 22:53:34 +00:00
all 3
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -5,9 +5,7 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit"
|
name: "Linux 64-bit"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: bash
|
||||||
python:
|
|
||||||
- 3.7.3
|
|
||||||
env:
|
env:
|
||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
@ -17,6 +15,12 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
|
- os: linux
|
||||||
|
name "Linux 64-bit Precise custom compile"
|
||||||
|
language: bash
|
||||||
|
env:
|
||||||
|
- GAMOS=linux
|
||||||
|
- PLATFORM=x86_64
|
||||||
- os: osx
|
- os: osx
|
||||||
name: "MacOS 64-bit"
|
name: "MacOS 64-bit"
|
||||||
language: generic
|
language: generic
|
||||||
|
@ -9,6 +9,7 @@ echo "Installing StaticX deps..."
|
|||||||
sudo apt-get --yes install binutils patchelf
|
sudo apt-get --yes install binutils patchelf
|
||||||
echo "Installing deps for python3"
|
echo "Installing deps for python3"
|
||||||
sudo cp -v /etc/apt/sources.list /tmp
|
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
|
echo "deb-src http://archive.ubuntu.com/ubuntu/ precise main" >> /tmp/sources.list
|
||||||
sudo cp -v /tmp/sources.list /etc/apt
|
sudo cp -v /tmp/sources.list /etc/apt
|
||||||
sudo apt-get --yes update > /dev/null
|
sudo apt-get --yes update > /dev/null
|
||||||
|
Reference in New Issue
Block a user