Install macports in Travis to allow auto-install of requirements in OS X
This commit is contained in:
parent
ae04047006
commit
9dab6e5850
12
.travis.yml
12
.travis.yml
@ -52,6 +52,10 @@ matrix:
|
||||
- os: osx
|
||||
env: COMPILER=clang++ CCOMPILER=clang
|
||||
osx_image: xcode11
|
||||
before_install:
|
||||
- brew install swig;
|
||||
curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci;
|
||||
source ./macports-ci install
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
@ -77,6 +81,10 @@ matrix:
|
||||
homebrew:
|
||||
packages: gcc@7
|
||||
update: true
|
||||
before_install:
|
||||
- brew install swig;
|
||||
curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci;
|
||||
source ./macports-ci install
|
||||
compiler: gcc-7
|
||||
|
||||
- os: linux
|
||||
@ -98,6 +106,10 @@ matrix:
|
||||
- os: osx
|
||||
env: COMPILER=clang++ CCOMPILER=clang
|
||||
osx_image: xcode9.3
|
||||
before_install:
|
||||
- brew install swig;
|
||||
curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci;
|
||||
source ./macports-ci install
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
|
Loading…
Reference in New Issue
Block a user