]> arthur.barton.de Git - bup.git/commitdiff
cirrus: test as root on linux too
authorRob Browning <rlb@defaultvalue.org>
Wed, 8 Jan 2020 00:39:42 +0000 (18:39 -0600)
committerRob Browning <rlb@defaultvalue.org>
Thu, 9 Jan 2020 05:46:28 +0000 (23:46 -0600)
Since we run additional tests as root.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
.cirrus.yml

index f2de0afc2c3d254ca48b0f6d005a041933ed3f12..58eab23afca75494d2eba913602ed56af6b0543a 100644 (file)
@@ -13,6 +13,18 @@ task:
     chown -R bup:bup .
     su -l bup -c "eatmydata make -j3 -C '$(pwd)' check"
 
     chown -R bup:bup .
     su -l bup -c "eatmydata make -j3 -C '$(pwd)' 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:
 task:
   name: debian (xattr)
   container: