Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
049694c4
Commit
049694c4
authored
Aug 18, 2017
by
Patrick Cherry
Committed by
GitHub
Aug 18, 2017
Browse files
Merge pull request #85 from BytemarkHosting/jessie-with-codeclimate
Jessie with codeclimate
parents
9550244f
88c7204e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
049694c4
...
...
@@ -19,6 +19,15 @@ stages:
-
cd $PACKAGE
-
"
[
!
-f
Makefile
]
||
make
test"
codeclimate
:
stage
:
test
tags
:
[
docker-socket
]
image
:
$CI_REGISTRY/docker-images/layers:stretch-codeclimate
script
:
-
codeclimate analyze -f json > codeclimate.json
artifacts
:
paths
:
[
codeclimate.json
]
test:backup:
<<
:
*test
...
...
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