projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71478cd
)
Travis: run make distcheck
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:18:36 +0000
(10:18 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:18:36 +0000
(10:18 +0200)
This way we test if we can successfully build from tarball,
and we didn't leave out any files or forgot to clean something up.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
3bc8e0a
..
a205373
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,3
+1,3
@@
sudo: false
language: c
-script: sh build.sh && ./configure && make
&& make
check
+script: sh build.sh && ./configure && make
dist
check