debian-mirror-gitlab/lib/gitlab/ci/templates/Elixir.gitlab-ci.yml

19 lines
417 B
YAML
Raw Normal View History

2017-08-17 22:00:37 +05:30
image: elixir:latest
2016-06-22 15:30:34 +05:30
2016-09-13 17:45:13 +05:30
# Pick zero or more services to be used on all builds.
2016-06-22 15:30:34 +05:30
# Only needed when using a docker container to run your tests in.
2021-01-03 14:25:43 +05:30
# Check out: http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
2016-06-22 15:30:34 +05:30
services:
- mysql:latest
- redis:latest
- postgres:latest
before_script:
2017-08-17 22:00:37 +05:30
- mix local.rebar --force
- mix local.hex --force
2016-06-22 15:30:34 +05:30
- mix deps.get
mix:
script:
2019-09-04 21:01:54 +05:30
- mix test