mash/.gitlab-ci.yml
2023-08-10 10:55:27 +00:00

11 lines
270 B
YAML

test:
image: "elixir:1.14.4"
cache:
paths:
- .mash-cache.tar.gz
script:
- if [ -e ".mash-cache.tar.gz" ]; then tar -xzf .mash-cache.tar.gz --atime-preserve; fi
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix mash