projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49652b7
)
Travis: do make in parallel to test if that gives slight speedup.
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 9 Oct 2015 02:05:28 +0000
(12:35 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 9 Oct 2015 02:27:33 +0000
(12:57 +1030)
Seems to. Numbers are noisy, but before was 5 min 32 sec, after this
commit was 3 min 42 sec.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index ef1247efee59b32562b9f1be37d8bcea5d5d023e..2a14587018149af3dd5dbb37eaed5de1002f9a28 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-7,5
+7,5
@@
addons:
- libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
script:
- - make
- - make check
+ - make
-j2
+ - make
-j2
check