summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-09-13 20:37:39 +0200
committerraveit65 <[email protected]>2021-09-13 20:37:39 +0200
commit911888b61678fb684d892452f8c2c941b80a0fcb (patch)
tree3166ec4d1c4ef7def1984761f80f29d993da647a
parent4a64cbaf451f7ce593ca6a3c1772123923c2e41b (diff)
downloadmate-notification-daemon-911888b61678fb684d892452f8c2c941b80a0fcb.tar.bz2
mate-notification-daemon-911888b61678fb684d892452f8c2c941b80a0fcb.tar.xz
travis:fix building
-rw-r--r--.build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index ca2c8df..595385d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -118,6 +118,7 @@ before_scripts:
build_scripts:
- NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure
+ - if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else
- scan-build $CHECKERS --keep-cc -o html-report make