xler/.gitlab-ci.yml
2019-08-23 03:28:19 +00:00

13 lines
193 B
YAML

image: elixir:latest
before_script:
- apt-get update
- apt-get install -y rustc cargo
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
mix:
script:
- mix test