Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Kazarma
MatrixAppService.ex
Commits
eef54b2c
Verified
Commit
eef54b2c
authored
Jan 20, 2021
by
Pierre de Lacroix
Browse files
ci: fix MIX_ENV in compilation step + uncomment dialyzer job
parent
b694456e
Pipeline
#244604217
failed with stages
in 18 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
17 deletions
+14
-17
.gitlab-ci.yml
.gitlab-ci.yml
+14
-17
No files found.
.gitlab-ci.yml
View file @
eef54b2c
...
...
@@ -73,22 +73,19 @@ credo:
paths
:
-
"
credo.log"
## this should be uncommented when
## https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27172
## is fixed
# dialyzer:
# stage: dialyzer
# needs:
# - prepare_test
# script:
# - mix dialyzer
# cache:
# <<: *global_cache
# policy: pull-push
# paths:
# - _build
# - deps
# - priv/plts
dialyzer
:
stage
:
dialyzer
needs
:
-
prepare_test
script
:
-
mix dialyzer
cache
:
<<
:
*global_cache
policy
:
pull-push
paths
:
-
_build
-
deps
-
priv/plts
# Doc generation
...
...
@@ -98,7 +95,7 @@ prepare_dev:
only
:
-
master
variables
:
MIX_ENV
:
test
MIX_ENV
:
dev
script
:
-
mix deps.get
-
mix compile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment