mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-22 15:11:37 +00:00
Do we dare try 32-bit? Oh we dare...
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -1,11 +1,20 @@
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
language: python
|
||||
dist: precise
|
||||
python:
|
||||
- "2.7.15"
|
||||
env:
|
||||
- GAMOS=linux
|
||||
- os: linux
|
||||
language: python
|
||||
dist: precise
|
||||
python:
|
||||
- "2.7.15"
|
||||
env: GAMOS=linux
|
||||
- GAMOS=linux
|
||||
- PLAT=i686
|
||||
- os: osx
|
||||
language: generic
|
||||
osx_image: xcode10.1
|
||||
@@ -22,10 +31,11 @@ before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
powershell Install-WindowsFeature Net-Framework-Core;
|
||||
cinst -y python2;
|
||||
cinst -y --forcex86 --installdirectory=c:\Python27-32;
|
||||
cinst -y wixtoolset;
|
||||
PATH=$PATH:/c/Python27/scripts;
|
||||
alias python32=/c/Python27-32/python;
|
||||
fi
|
||||
- pip install pyinstaller
|
||||
- python -m pip install pyinstaller
|
||||
|
||||
install:
|
||||
- cd src
|
||||
|
||||
Reference in New Issue
Block a user