forked from gemini3d/gemini3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (28 loc) · 671 Bytes
/
Copy path.travis.yml
File metadata and controls
35 lines (28 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
language: c
group: travis_latest
dist: xenial
git:
depth: 3
quiet: true
env: FC=gfortran-6
addons:
apt:
sources: ubuntu-toolchain-r-test
packages: ['gfortran-6','liblapack-dev','libmumps-dev','libopenmpi-dev','octave']
matrix:
include:
- os: linux
# works on osx, but takes 10 minutes to build on Travis-CI
# - os: osx
# - brew install gcc
# - brew install lapack openblas open-mpi scalapack
# - brew tap dpo/openblas
# - brew tap-pin dpo/openblas
# - brew options mumps
# - brew install mumps
# - os: windows
install:
- cd $TRAVIS_BUILD_DIR/objects
- cmake ..
- cmake --build .
script: ctest -R 2D --output-on-failure