X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.cirrus.yml;h=8f1451a3b32f368991f8275449556503b542d328;hb=842f4e483215e34b344cd703bcd10a3fe26e4a6e;hp=a2fe9ccad984f94ab582fea143058894e1e43b95;hpb=77635bacb5e7ee16b45866cac096efeb5940c23a;p=bup.git diff --git a/.cirrus.yml b/.cirrus.yml index a2fe9cc..8f1451a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,6 +1,6 @@ task: - name: debian + name: debian (long) container: image: debian:buster cpu: 2 @@ -11,6 +11,32 @@ task: dev/system-info adduser --disabled-password --gecos '' bup chown -R bup:bup . + su -l bup -c "eatmydata make -j3 -C '$(pwd)' long-check" + +task: + name: debian (root) + container: + image: debian:buster + cpu: 2 + memory: 8 + script: | + set -xe + dev/prep-for-debianish-build + dev/system-info + eatmydata make -j3 check + +task: + name: debian (xattr) + container: + image: debian:buster + cpu: 2 + memory: 8 + script: | + set -xe + dev/prep-for-debianish-build python2 xattr + dev/system-info + adduser --disabled-password --gecos '' bup + chown -R bup:bup . su -l bup -c "eatmydata make -j3 -C '$(pwd)' check" task: