more platforms stuff

This commit is contained in:
Jay Lee
2019-04-15 11:45:24 -04:00
parent 8d485f4f74
commit 57938b19a8
6 changed files with 13 additions and 24 deletions

View File

@@ -1,6 +1,4 @@
if: tag IS blank
env:
- TESTING=FALSE
matrix:
include:
@@ -18,11 +16,6 @@ matrix:
env:
- GAMOS=macos
- PLATFORM=x86_64
addons:
homebrew:
packages:
python@2
update: true
- os: windows
language: shell
env:
@@ -39,22 +32,12 @@ matrix:
env:
- GAMOS=macos
- PLATFORM=x86_64-sierra-testing
- TESTING=TRUE
addons:
homebrew:
packages:
python@2
update: true
- os: linux
language: python
dist: precise
env:
- GAMOS=linux
- PLATFORM=x86
- TESTING=TRUE
allow_failures:
-env:
TESTING=TRUE
before_install:
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh

View File

@@ -1,9 +1,9 @@
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
apt update
apt install -y python:i386
sudo apt update
sudo 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
sudo pip install --upgrade pip
sudo pip freeze > requirements.txt
sudo pip install --upgrade -r requirements.txt
sudo rm requirements.txt
sudo pip install pyinstaller

View File

@@ -1,3 +1,5 @@
brew update
brew install python@2
pip install --upgrade pip
pip freeze > requirements.txt
pip install --upgrade -r requirements.txt

View File

@@ -1,3 +1,5 @@
brew update
brew install python@2
curl https://bootstrap.pypa.io/get-pip.py | sudo python
pip freeze > requirements.txt
sudo pip install --upgrade -r requirements.txt

View File

@@ -4,6 +4,7 @@ gam/gam version
export GAMVERSION=`gam/gam version simple`
cp LICENSE gam
cp GamCommands.txt gam
cp whatsnew.txt gam
cp gam-setup.bat gam
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn

View File

@@ -4,6 +4,7 @@ gam/gam version
export GAMVERSION=`gam/gam version simple`
cp LICENSE gam
cp GamCommands.txt gam
cp whatsnew.txt gam
cp gam-setup.bat gam
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn