forked from ValeevGroup/tiledarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 671 Bytes
/
.travis.yml
File metadata and controls
30 lines (30 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
language: cpp
os: linux
compiler:
- gcc
- clang
env:
- GCC_VERSION=4.7
- GCC_VERSION=4.8
- GCC_VERSION=4.9
- GCC_VERSION=5
matrix:
exclude:
- compiler: clang
env: GCC_VERSION=4.7
- compiler: clang
env: GCC_VERSION=4.9
- compiler: clang
env: GCC_VERSION=5
#notifications:
# email:
# recipients:
# - madness-developers@googlegroups.com
# on_success: change
# on_failure: always
before_install: ./bin/dep-$TRAVIS_OS_NAME.sh
script: ./bin/build-$TRAVIS_OS_NAME.sh
after_failure:
- cat ./_build/external/build/madness/config.log
- cat ./_build/CMakeFiles/CMakeOutput.log
- cat ./_build/CMakeFiles/CMakeError.log