Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
smradius
Commits
b21172d8
Commit
b21172d8
authored
Sep 11, 2016
by
Nigel Kukard
Browse files
Commit of new CI recipe
parent
34e310b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b21172d8
stages
:
-
default
-
requirements
-
codequality
-
tests
publish
:
stage
:
default
stage
:
requirements
script
:
-
apt-get update
-
apt-get dist-upgrade -y
-
apt-get install -y git
-
apt-get install -y libperl-critic-perl
publish
:
stage
:
codequality
- perlcritic --gentle "$CI_PROJECT_DIR"
publish
:
stage
:
tests
- cd "$CI_PROJECT_DIR"
- ./update-git-modules
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