forked from potsda.mn/mobilizon
97c1c4e2a3
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
17 lines
198 B
YAML
17 lines
198 B
YAML
image: elixir:latest
|
|
|
|
services:
|
|
- postgres:latest
|
|
|
|
variables:
|
|
MIX_ENV: "test"
|
|
|
|
before_script:
|
|
- mix local.rebar --force
|
|
- mix local.hex --force
|
|
- mix deps.get
|
|
|
|
mix:
|
|
script:
|
|
- mix test
|