forked from KnowSheet/CTFO_BE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
74 lines (67 loc) · 1.64 KB
/
.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
language: cpp
matrix:
include:
# Travis can't handle this. -- G.N.
#- script: ./ci.sh
# env:
# - NDEBUG=0
# - CPLUSPLUS=g++-5
# compiler: "g++-5, Job: ./ci.sh, "
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - g++-5
- script: ./ci.sh
env:
- NDEBUG=0
- CPLUSPLUS=clang++-3.6
compiler: "clang++-3.6, Job: ./ci.sh, "
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test # `apt-get` on Travis fails to install `clang-3.6` w/o this.
- llvm-toolchain-precise-3.6
packages:
- clang-3.6
# Travis can't handle this. -- D.K.
# - script: ./ci.sh
# env:
# - NDEBUG=1
# - CPLUSPLUS=g++-5
# compiler: "g++-5, Job: ./ci.sh, "
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - g++-5
- script: ./ci.sh
env:
- NDEBUG=1
- CPLUSPLUS=clang++-3.6
compiler: "clang++-3.6, Job: ./ci.sh, "
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test # `apt-get` on Travis fails to install `clang-3.6` w/o this.
- llvm-toolchain-precise-3.6
packages:
- clang-3.6
- script: ./ci.sh
env:
- NDEBUG=0
compiler: "native clang++, Job: ./ci.sh, "
os: osx
- script: ./ci.sh
env:
- NDEBUG=1
compiler: "native clang++, Job: ./ci.sh, "
os: osx
notifications:
slack: currentio:e74oLGvcTRa0yJWg5Q6JjzCk