mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
Add .gitlab-ci.yml
This commit is contained in:
parent
20cd1bb579
commit
b763014ad3
1 changed files with 13 additions and 0 deletions
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