projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee3b7c
)
Remove travis workarounds for previous build system
author
Jon Griffiths
<jon_p_griffiths@yahoo.com>
Wed, 21 Sep 2016 01:56:08 +0000
(13:56 +1200)
committer
Jon Griffiths
<jon_p_griffiths@yahoo.com>
Wed, 21 Sep 2016 06:49:44 +0000
(18:49 +1200)
With proper dependencies and parallel safety, we can just
'make check -j N' directly. Also build quietly so that we
only get build warnings, errors and test results in the output.
Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index cbb0aebb881c1d782b2431230be392fc55916e8c..5f2097fd8182a7a084b700571c6cce53bd8c515b 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-11,6
+11,4
@@
addons:
- libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
script:
- - make config.h
- - make -j2
- - make -j2 -k check
+ - make -j2 -k check quiet=1