]> arthur.barton.de Git - bup.git/blobdiff - .cirrus.yml
test-restore-map-owner: accommodate python 3 and test there
[bup.git] / .cirrus.yml
index a2fe9ccad984f94ab582fea143058894e1e43b95..8f1451a3b32f368991f8275449556503b542d328 100644 (file)
@@ -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: