aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/ci/build.sh')
-rwxr-xr-xsrc/scripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/build.sh b/src/scripts/ci/build.sh
index 8d87e6e45..2aa3e5458 100755
--- a/src/scripts/ci/build.sh
+++ b/src/scripts/ci/build.sh
@@ -13,5 +13,5 @@ fi
$CXX --version
python configure.py $CFG_FLAGS --cc=$CC --cc-bin=$CXX --with-openssl --with-sqlite --with-zlib
-make
+make -j 4
LD_LIBRARY_PATH=. ./botan-test