]> arthur.barton.de Git - bup.git/blobdiff - .cirrus.yml
cirrus-ci: specify make -j3 on all platforms
[bup.git] / .cirrus.yml
index bca0a3d09921558f0db5812613657726190b68fa..d2b4043735b1144db45cc5902de4285974c66d72 100644 (file)
@@ -21,7 +21,7 @@ task:
   script: |
     set -xe
     dev/prep-for-freebsd-build
-    gmake check
+    gmake -j3 check
     # It looks like su might not work here...
     #pw useradd -n bup -s /bin/sh -m -w no
     #chown -R bup .
@@ -34,4 +34,4 @@ task:
   script: |
     set -xe
     dev/prep-for-macos-build
-    make -j2 check
+    make -j3 check