Skip to content
Snippets Groups Projects
Commit a3da8a56 authored by lain's avatar lain
Browse files

Merge branch 'fix/ci-cache-improved' into 'develop'

Per-branch CI cache with force-recompilation of Pleroma

See merge request pleroma/pleroma!574
parents b7f63501 facd30c9
Branches
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- deps
- _build
stages:
- lint
- test
......@@ -21,6 +22,7 @@ before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix compile --force
- MIX_ENV=test mix ecto.create
- MIX_ENV=test mix ecto.migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment