forked from evaleev/libint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (46 loc) · 860 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
37
38
39
40
41
42
43
44
45
46
os:
- linux
language: cpp
compiler:
- clang
- gcc
env:
- GCC_VERSION=4.8
- GCC_VERSION=4.9
- GCC_VERSION=5
matrix:
exclude:
- compiler: clang
env: GCC_VERSION=4.8
- compiler: clang
env: GCC_VERSION=4.9
sudo: false
addons:
apt:
sources:
- george-edison55-precise-backports
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
- boost-latest
packages:
- g++-4.8
- g++-4.9
- g++-5
- clang-3.8
- libgmp-dev
- libeigen3-dev
- libboost1.55-dev
install: true
script:
- ./bin/travisci_build_$TRAVIS_OS_NAME.sh
after_failure:
- cat include/libint2/config.h
- cat config.log
- cat export_build/config.log
- ls -l export_build
notifications:
email:
recipients:
on_success: change
on_failure: always