]> arthur.barton.de Git - bup.git/blobdiff - .cirrus.yml
bup: import merge_dict
[bup.git] / .cirrus.yml
index d2b4043735b1144db45cc5902de4285974c66d72..35a34439f0a4f9dc062adf561e50ab3acc55fa8d 100644 (file)
@@ -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,6 +22,7 @@ task:
   script: |
     set -xe
     dev/prep-for-freebsd-build
+    dev/system-info
     gmake -j3 check
     # It looks like su might not work here...
     #pw useradd -n bup -s /bin/sh -m -w no
@@ -34,4 +36,5 @@ task:
   script: |
     set -xe
     dev/prep-for-macos-build
+    dev/system-info
     make -j3 check