Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Linkify
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pleroma
Elixir libraries
Linkify
Commits
03e0fb26
Commit
03e0fb26
authored
Apr 09, 2019
by
minibikini
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-1' into 'master'
Update .gitlab-ci.yml See merge request pleroma/auto_linker!11
parents
a3ec8eb7
6eb3d585
Pipeline
#10244
passed with stages
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
.gitlab-ci.yml
.gitlab-ci.yml
+10
-5
No files found.
.gitlab-ci.yml
View file @
03e0fb26
image
:
elixir:1.7.2
variables
:
MIX_ENV
:
test
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
deps
-
_build
stages
:
-
lint
-
build
-
test
-
analysis
before_script
:
-
mix local.hex --force
-
mix local.rebar --force
build
:
stage
:
build
script
:
-
mix deps.get
-
mix compile --force
lint
:
stage
:
lin
t
stage
:
tes
t
script
:
-
mix format --check-formatted
...
...
@@ -29,6 +34,6 @@ unit-testing:
-
mix test --trace --cover
analysis
:
stage
:
analysis
stage
:
test
script
:
-
mix credo --strict
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