aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-03-01 03:07:05 +0000
committerEd Maste <emaste@FreeBSD.org>2021-03-05 17:49:59 +0000
commit31cbc4f946ae0e69dbb76898713a1fc3df1a19f3 (patch)
tree9dbd239312898b5681af988e16bb6401f765f129 /.cirrus.yml
parentde40e928fb5ae58567a08372e1ab793b9c4a2a24 (diff)
downloadsrc-31cbc4f946ae0e69dbb76898713a1fc3df1a19f3.tar.gz
src-31cbc4f946ae0e69dbb76898713a1fc3df1a19f3.zip
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index c577ca8aeca3..840e0eb81e23 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,9 @@ task:
timeout_in: 120m
install_script:
- pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11
- setup_user_script:
+ setup_script:
+ - uname -a
+ - df -m
- pw useradd user
- mkdir -p /usr/obj/$(pwd -P)
- chown user:user /usr/obj/$(pwd -P)
@@ -24,3 +26,6 @@ task:
- su user -c "make CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
test_script:
- sh tools/boot/ci-qemu-test.sh
+ post_script:
+ - df -m
+ - du -m -s /usr/obj \ No newline at end of file