Compare commits

..

1 commit

Author SHA1 Message Date
cafd028008
Add CI cache
Some checks failed
continuous-integration/drone/push Build is failing
2025-06-18 11:54:50 +02:00

View file

@ -14,19 +14,12 @@ trigger:
- push
steps:
- name: compute cache key
image: docker.io/library/elixir:1.18.3-otp-27
commands:
- echo "$DRONE_REPO_OWNER/$DRONE_REPO_NAME/" >> .cache_key
- name: restore-cache
image: drillster/drone-volume-cache
settings:
restore: true
mount:
- ./deps
- ./_build
ttl: 30
volumes:
- name: cache
path: /tmp/cache
@ -78,9 +71,7 @@ steps:
# Fetch dependencies
- mix deps.get
# Run tests
# - mix test
# TODO: remove this, added only for testing
- mix compile
- mix test
- name: rebuild-cache
image: drillster/drone-volume-cache