forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (31 loc) · 959 Bytes
/
.travis.yml
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
36
language: cpp
before_install:
- sudo apt-get update
- sudo apt-get install tcl-dev #cython python-numpy
- if [ "$with_mpi" != false ]; then sudo apt-get install libopenmpi-dev openmpi-bin; fi
- if [ "$with_fftw" != false ]; then sudo apt-get install libfftw3-dev; fi
env:
- myconfig=default
- myconfig=maxset
- myconfig=molcut
- myconfig=rest1
- myconfig=rest2
- make_check=false myconfig=nocheck-maxset
- with_fftw=false with_mpi=false myconfig=maxset
compiler:
- gcc
matrix:
include:
- compiler: clang
env: with-mpi=false myconfig=default
- compiler: clang
env: with-mpi=false myconfig=maxset
- compiler: clang
env: with-mpi=false myconfig=molcut
- compiler: clang
env: with-mpi=false myconfig=rest1
- compiler: clang
env: with-mpi=false myconfig=rest2
- compiler: clang
env: with-mpi=false make_check=false myconfig=nocheck-maxset
script: ./maintainer/travis/build.sh