We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379ce80 commit e2cd55cCopy full SHA for e2cd55c
.travis.yml
@@ -75,7 +75,7 @@ before_script: autoreconf -fi
75
script:
76
- if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
77
- ./configure
78
- - make -j 4
+ - make -j $(nproc)
79
- make check
80
81
addons:
@@ -85,5 +85,5 @@ addons:
85
description: "Build submitted via Travis CI"
86
notification_email: collectd-changes@verplant.org
87
build_command_prepend: "./configure; make clean"
88
- build_command: "make -j 4"
+ build_command: "make -j $(nproc)"
89
branch_pattern: coverity_scan
0 commit comments