projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839dbf2
)
Run make distcheck instead of make && make check
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:13:13 +0000
(11:13 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:13:13 +0000
(11:13 +0100)
The advantage being that this tests that all needed files end up in the
tarball and that make clean leaves nothing behind
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
39aaf10
..
7029641
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-22,8
+22,7
@@
before_script: autoreconf -fi
script:
- if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
- ./configure
- - make
- - make check
+ - make distcheck
addons:
apt: