diff --git a/.cirrus.yml b/.cirrus.yml index a3604a425e..6b28b0655d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,3 +21,10 @@ freebsd_task: - pw useradd cirrus -m - chown -R cirrus:cirrus . - sudo -u cirrus make test + on_failure: + screendump_artifacts: + name: "Cirrus-CI-freebsd-failed-tests" + path: | + "$CIRRUS_WORKING_DIR/runtime/syntax/testdir/failed/*" + "$CIRRUS_WORKING_DIR/src/testdir/failed/*" + type: application/octet-stream