vivid_png/.gitlab-ci.yml

30 lines
358 B
YAML
Raw Normal View History

2018-09-04 14:52:12 +12:00
image: elixir:latest
cache:
key: "$CI_JOB_NAME"
paths:
- deps
- _build
- /root/.mix
variables:
MIX_ENV: "test"
before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get --only test
test:
script:
- mix test
credo:
script:
- mix credo --strict
# inch:
# script:
# - mix inch --pedantic