X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.cirrus.yml;h=35a34439f0a4f9dc062adf561e50ab3acc55fa8d;hb=7b61b19ccdd380236c420b40691581ca733361f5;hp=bca0a3d09921558f0db5812613657726190b68fa;hpb=5650910803b9d342054e27da888f3343c1c56087;p=bup.git diff --git a/.cirrus.yml b/.cirrus.yml index bca0a3d..35a3443 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,6 +8,7 @@ task: script: | set -xe dev/prep-for-debianish-build + dev/system-info adduser --disabled-password --gecos '' bup chown -R bup:bup . su -l bup -c "eatmydata make -j3 -C '$(pwd)' check" @@ -21,7 +22,8 @@ task: script: | set -xe dev/prep-for-freebsd-build - gmake check + dev/system-info + 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 +36,5 @@ task: script: | set -xe dev/prep-for-macos-build - make -j2 check + dev/system-info + make -j3 check