summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-20 10:53:09 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-20 10:53:09 +0200
commit5922c0f3931e2ec2cad7d63e216402b31fbc8ae6 (patch)
tree7767c6ee69bb0557f87fa2f650d1e6452063ad3f /.gitlab-ci.yml
parent26bf7c82dfe9624e5053f61667f017d761b08901 (diff)
ci: Delete files not accessed for seven days.
- See #194.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5875acff..49b70457 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ test:
- clang --version
- SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind make test
- cargo clean -p buffered-reader -p sequoia-rfc2822 -p sequoia-openpgp -p sequoia-openpgp-ffi -p sequoia-core -p sequoia-ffi -p sequoia-ffi-macros -p sequoia-ipc -p sequoia-net -p sequoia-store -p sequoia-tool -p sequoia-sqv -p sequoia-guide
+ - find target -type f -atime +7 -delete
- du -sh target
- du -sh cargo
- tar cf cache.tar target cargo