mash/.gitlab-ci.yml

12 lines
270 B
YAML
Raw Permalink Normal View History

2023-08-10 08:30:20 +00:00
test:
2023-08-10 09:25:55 +00:00
image: "elixir:1.14.4"
2023-08-10 09:48:57 +00:00
cache:
paths:
- .mash-cache.tar.gz
2023-08-10 08:30:20 +00:00
script:
2023-08-10 10:55:27 +00:00
- if [ -e ".mash-cache.tar.gz" ]; then tar -xzf .mash-cache.tar.gz --atime-preserve; fi
2023-08-10 09:22:27 +00:00
- mix local.hex --force
- mix local.rebar --force
2023-08-10 08:30:20 +00:00
- mix deps.get
- mix mash