Merge branch 'master' of gitlab.com:jnylen/xler
This commit is contained in:
commit
1189c979a1
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
image: elixir:1.8
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y rustc cargo
|
||||||
|
- mix local.rebar --force
|
||||||
|
- mix local.hex --force
|
||||||
|
- mix deps.get
|
||||||
|
|
||||||
|
mix:
|
||||||
|
script:
|
||||||
|
- mix test
|
||||||
Loading…
Reference in New Issue
Block a user