explicit travis build matrix [skip appveyor]
This commit is contained in:
+9
-4
@@ -11,14 +11,19 @@ addons:
|
||||
packages:
|
||||
- gfortran
|
||||
|
||||
env:
|
||||
- CMAKE_BUILD_TYPE=Release
|
||||
- CMAKE_BUILD_TYPE=Coverage
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CMAKE_BUILD_TYPE=Release
|
||||
- os: linux
|
||||
env: CMAKE_BUILD_TYPE=Coverage
|
||||
- os: osx
|
||||
env: CMAKE_BUILD_TYPE=Release
|
||||
before_install:
|
||||
- brew update > /dev/null
|
||||
- brew install gcc > /dev/null
|
||||
- os: osx
|
||||
env: CMAKE_BUILD_TYPE=Coverage
|
||||
before_install:
|
||||
- brew update > /dev/null
|
||||
- brew install gcc > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user