Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
[gitweb.git]
/
ci
/
run-linux32-build.sh
diff --git
a/ci/run-linux32-build.sh
b/ci/run-linux32-build.sh
index 2c60d2e70ae56b59b1ff8046a21b9bc4bf87e3e6..09e9276e1276e089fdde09da4cb89f15404be416 100755
(executable)
--- a/
ci/run-linux32-build.sh
+++ b/
ci/run-linux32-build.sh
@@
-55,6
+55,6
@@
linux32 --32bit i386 su -m -l $CI_USER -c '
set -ex
cd /usr/src/git
test -n "$cache_dir" && ln -s "$cache_dir/.prove" t/.prove
- make
--jobs=2
+ make
make --quiet test
'