From fb43cadda79fd0adeadb595cb46c51d46737334c Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sun, 24 Sep 2017 19:08:17 +0000 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e0f46c3 --- /dev/null +++ b/.gitlab-ci.yml @@ -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