projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df4201
)
Travis: test with both gcc and clang
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:20:50 +0000
(10:20 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:20:50 +0000
(10:20 +0200)
Travis does this in parallel so the build doesn't become
twice as long.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
a205373
..
0fd9d87
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,3
+1,6
@@
sudo: false
+compiler:
+ - gcc
+ - clang
language: c
script: sh build.sh && ./configure && make distcheck