mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
more arch stuff
This commit is contained in:
@@ -17,7 +17,7 @@ matrix:
|
|||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
env:
|
env:
|
||||||
- GAMOS=macos
|
- GAMOS=macos
|
||||||
- PLATFORM=x64
|
- PLATFORM=x86_64
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
@@ -27,7 +27,7 @@ matrix:
|
|||||||
language: shell
|
language: shell
|
||||||
env:
|
env:
|
||||||
- GAMOS=windows
|
- GAMOS=windows
|
||||||
PLATFORM=x64
|
PLATFORM=x86_64
|
||||||
- os: windows
|
- os: windows
|
||||||
language: shell
|
language: shell
|
||||||
env:
|
env:
|
||||||
@@ -50,7 +50,7 @@ matrix:
|
|||||||
dist: precise
|
dist: precise
|
||||||
env:
|
env:
|
||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=i686-precise-testing
|
- PLATFORM=x86
|
||||||
- TESTING=TRUE
|
- TESTING=TRUE
|
||||||
allow_failures:
|
allow_failures:
|
||||||
-env:
|
-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