File tree 1 file changed +17
-7
lines changed
1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
language : c
9
9
10
+ branches :
11
+ only :
12
+ - master
13
+
14
+ # matrix of compilers
10
15
compiler :
11
16
- gcc
12
17
- clang
13
18
- c++
14
19
20
+ # matrix of OSes (feature flagged; not enabled now)
15
21
os :
16
22
- linux
17
23
- osx
18
24
25
+ # matrix of raptor versions
26
+ env :
27
+ - RAPTOR_INSTALL_VERSION=2.0.7
28
+ - RAPTOR_INSTALL_VERSION=2.0.15
29
+
30
+ # overall matrix configuration
19
31
matrix :
20
32
allow_failures :
21
33
- os : osx
22
34
23
- branches :
24
- only :
25
- - master
35
+ exclude :
36
+ - compiler : c++
37
+ env : RAPTOR_INSTALL_VERSION=2.0.7
38
+ - compiler : clang
39
+ env : RAPTOR_INSTALL_VERSION=2.0.7
26
40
27
- env :
28
- matrix :
29
- - RAPTOR_INSTALL_VERSION=2.0.7
30
- - RAPTOR_INSTALL_VERSION=2.0.15
31
41
32
42
# Install raptor extra dependencies too (libyajl-dev) since we build
33
43
# raptor from a tarball
You can’t perform that action at this time.
0 commit comments