gitlab-ci: cache APKs and git repos between runs
This commit is contained in:
parent
449287fe25
commit
f2c4bff0a3
|
@ -45,6 +45,7 @@ pages:
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
cache:
|
cache:
|
||||||
|
key: "$CI_JOB_NAME"
|
||||||
paths:
|
paths:
|
||||||
- vendor/ruby
|
- vendor/ruby
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -69,6 +70,11 @@ fdroid-buildserver:
|
||||||
- unsigned
|
- unsigned
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
when: always
|
when: always
|
||||||
|
cache:
|
||||||
|
key: "$CI_JOB_NAME"
|
||||||
|
paths:
|
||||||
|
- build
|
||||||
|
- unsigned
|
||||||
script:
|
script:
|
||||||
- virsh -c qemu:///system destroy builder_default || true
|
- virsh -c qemu:///system destroy builder_default || true
|
||||||
- virsh -c qemu:///system undefine builder_default
|
- virsh -c qemu:///system undefine builder_default
|
||||||
|
|
Loading…
Reference in a new issue