mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
use a matrix for OSes
This commit is contained in:
19
.travis.yml
19
.travis.yml
@@ -1,18 +1,21 @@
|
|||||||
language: python
|
language: python
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
dist: precise
|
dist: precise
|
||||||
osx_image: xcode10.1
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7.15"
|
- "2.7.15"
|
||||||
|
env: GAMOS=linux
|
||||||
os:
|
- os: osx
|
||||||
- linux
|
osx_image: xcode9.2
|
||||||
- osx
|
env: GAMOS=macos
|
||||||
|
addons:
|
||||||
|
homebrew:
|
||||||
|
packages:
|
||||||
|
python@2
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then GAMOS="linux" ; fi
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then GAMOS="macos" ; fi
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd src
|
- cd src
|
||||||
|
|||||||
Reference in New Issue
Block a user