Add .gitlab-ci.yml
This commit is contained in:
parent
40f3b97901
commit
9a11c8663f
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
# This file is a template, and might need editing before it works on your project.
|
||||
image: elixir:latest
|
||||
|
||||
before_script:
|
||||
- mix local.rebar --force
|
||||
- mix local.hex --force
|
||||
- mix deps.get
|
||||
|
||||
mix:
|
||||
script:
|
||||
- mix test
|
||||
Loading…
Reference in New Issue
Block a user