projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
379ce80
)
.travis.yml: Determine number of CPUs at runtime.
author
Florian Forster
<octo@collectd.org>
Tue, 9 Oct 2018 13:53:00 +0000
(15:53 +0200)
committer
Florian Forster
<octo@collectd.org>
Tue, 9 Oct 2018 13:53:00 +0000
(15:53 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
1bd6142
..
97115d1
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-75,7
+75,7
@@
before_script: autoreconf -fi
script:
- if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
- ./configure
- - make -j
4
+ - make -j
$(nproc)
- make check
addons:
@@
-85,5
+85,5
@@
addons:
description: "Build submitted via Travis CI"
notification_email: collectd-changes@verplant.org
build_command_prepend: "./configure; make clean"
- build_command: "make -j
4
"
+ build_command: "make -j
$(nproc)
"
branch_pattern: coverity_scan