mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
more platforms stuff
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -1,6 +1,4 @@
|
|||||||
if: tag IS blank
|
if: tag IS blank
|
||||||
env:
|
|
||||||
- TESTING=FALSE
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -18,11 +16,6 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- GAMOS=macos
|
- GAMOS=macos
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
addons:
|
|
||||||
homebrew:
|
|
||||||
packages:
|
|
||||||
python@2
|
|
||||||
update: true
|
|
||||||
- os: windows
|
- os: windows
|
||||||
language: shell
|
language: shell
|
||||||
env:
|
env:
|
||||||
@@ -39,22 +32,12 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- GAMOS=macos
|
- GAMOS=macos
|
||||||
- PLATFORM=x86_64-sierra-testing
|
- PLATFORM=x86_64-sierra-testing
|
||||||
- TESTING=TRUE
|
|
||||||
addons:
|
|
||||||
homebrew:
|
|
||||||
packages:
|
|
||||||
python@2
|
|
||||||
update: true
|
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
dist: precise
|
dist: precise
|
||||||
env:
|
env:
|
||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86
|
- PLATFORM=x86
|
||||||
- TESTING=TRUE
|
|
||||||
allow_failures:
|
|
||||||
-env:
|
|
||||||
TESTING=TRUE
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
|
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
|
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
|
||||||
apt update
|
sudo apt update
|
||||||
apt install -y python:i386
|
sudo apt install -y python:i386
|
||||||
python -V
|
python -V
|
||||||
pip install --upgrade pip
|
sudo pip install --upgrade pip
|
||||||
pip freeze > requirements.txt
|
sudo pip freeze > requirements.txt
|
||||||
pip install --upgrade -r requirements.txt
|
sudo pip install --upgrade -r requirements.txt
|
||||||
rm requirements.txt
|
sudo rm requirements.txt
|
||||||
pip install pyinstaller
|
sudo pip install pyinstaller
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
brew update
|
||||||
|
brew install python@2
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip freeze > requirements.txt
|
pip freeze > requirements.txt
|
||||||
pip install --upgrade -r requirements.txt
|
pip install --upgrade -r requirements.txt
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
brew update
|
||||||
|
brew install python@2
|
||||||
curl https://bootstrap.pypa.io/get-pip.py | sudo python
|
curl https://bootstrap.pypa.io/get-pip.py | sudo python
|
||||||
pip freeze > requirements.txt
|
pip freeze > requirements.txt
|
||||||
sudo pip install --upgrade -r requirements.txt
|
sudo pip install --upgrade -r requirements.txt
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ gam/gam version
|
|||||||
export GAMVERSION=`gam/gam version simple`
|
export GAMVERSION=`gam/gam version simple`
|
||||||
cp LICENSE gam
|
cp LICENSE gam
|
||||||
cp GamCommands.txt gam
|
cp GamCommands.txt gam
|
||||||
|
cp whatsnew.txt gam
|
||||||
cp gam-setup.bat gam
|
cp gam-setup.bat gam
|
||||||
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
|
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
|
||||||
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn
|
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ gam/gam version
|
|||||||
export GAMVERSION=`gam/gam version simple`
|
export GAMVERSION=`gam/gam version simple`
|
||||||
cp LICENSE gam
|
cp LICENSE gam
|
||||||
cp GamCommands.txt gam
|
cp GamCommands.txt gam
|
||||||
|
cp whatsnew.txt gam
|
||||||
cp gam-setup.bat gam
|
cp gam-setup.bat gam
|
||||||
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
|
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
|
||||||
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn
|
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn
|
||||||
|
|||||||
Reference in New Issue
Block a user