mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
more arch stuff
This commit is contained in:
@@ -17,7 +17,7 @@ matrix:
|
||||
osx_image: xcode10.1
|
||||
env:
|
||||
- GAMOS=macos
|
||||
- PLATFORM=x64
|
||||
- PLATFORM=x86_64
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
@@ -27,7 +27,7 @@ matrix:
|
||||
language: shell
|
||||
env:
|
||||
- GAMOS=windows
|
||||
PLATFORM=x64
|
||||
PLATFORM=x86_64
|
||||
- os: windows
|
||||
language: shell
|
||||
env:
|
||||
@@ -50,7 +50,7 @@ matrix:
|
||||
dist: precise
|
||||
env:
|
||||
- GAMOS=linux
|
||||
- PLATFORM=i686-precise-testing
|
||||
- PLATFORM=x86
|
||||
- TESTING=TRUE
|
||||
allow_failures:
|
||||
-env:
|
||||
|
||||
9
src/travis/linux-x86-before-install.sh
Normal file
9
src/travis/linux-x86-before-install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
|
||||
apt update
|
||||
apt install -y python:i386
|
||||
python -V
|
||||
pip install --upgrade pip
|
||||
pip freeze > requirements.txt
|
||||
pip install --upgrade -r requirements.txt
|
||||
rm requirements.txt
|
||||
pip install pyinstaller
|
||||
1
src/travis/linux-x86-install.sh
Symbolic link
1
src/travis/linux-x86-install.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
linux-x86_64-install.sh
|
||||
Reference in New Issue
Block a user