mobilizon.chapril.org-mobil.../.gitlab-ci.yml

29 lines
383 B
YAML
Raw Normal View History

2018-01-13 23:35:11 +01:00
image: elixir:latest
services:
- mdillon/postgis:9.6-alpine
2018-01-13 23:35:11 +01:00
variables:
MIX_ENV: "test"
POSTGRES_DB: eventos_test
POSTGRES_USER: ci
POSTGRES_PASSWORD: test
cache:
key: "$CI_JOB_NAME"
paths:
- deps
- _build
- .rebar3
2018-01-13 23:35:11 +01:00
before_script:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
mix:
script:
- mix credo || true
2018-01-13 23:35:11 +01:00
- mix test