X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=3ac30b13df5eab064cc88239720ef33cc57c7808;hb=438ad0d3f9fa354b4b59825d7dcfc48ee2fd7e0a;hp=88504b3e3e95e981d4e3e2ed2c43676607891bee;hpb=4bb578a1d76c8094db36021db0aed2dfcebd1dbc;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88504b3e3..3ac30b13d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ stages: - docker before_script: + - echo $MIX_ENV - rm -rf _build/*/lib/pleroma - apt-get update && apt-get install -y cmake - mix local.hex --force @@ -157,6 +158,12 @@ analysis: cycles: stage: test image: elixir:1.11 + only: + changes: + - "**/*.ex" + - "**/*.exs" + - "mix.lock" + cache: {} script: - mix deps.get - mix compile