gitlab-ci: cache APKs and git repos between runs

master
Hans-Christoph Steiner 2018-11-15 18:05:30 +01:00
parent 449287fe25
commit f2c4bff0a3
1 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,7 @@ pages:
only:
- schedules
cache:
key: "$CI_JOB_NAME"
paths:
- vendor/ruby
artifacts:
@ -69,6 +70,11 @@ fdroid-buildserver:
- unsigned
expire_in: 1 week
when: always
cache:
key: "$CI_JOB_NAME"
paths:
- build
- unsigned
script:
- virsh -c qemu:///system destroy builder_default || true
- virsh -c qemu:///system undefine builder_default