forked from potsda.mn/mobilizon
Add .gitlab-ci.yml
This commit is contained in:
parent
20cd1bb579
commit
b763014ad3
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
image: elixir:latest
|
||||
|
||||
services:
|
||||
- postgres:latest
|
||||
|
||||
before_script:
|
||||
- mix local.rebar --force
|
||||
- mix local.hex --force
|
||||
- mix deps.get
|
||||
|
||||
mix:
|
||||
script:
|
||||
- mix test
|
Loading…
Reference in a new issue