Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Schneider
usermanager
Commits
2a98ff57
Commit
2a98ff57
authored
Mar 26, 2019
by
Thomas Schneider
Browse files
Add GitLab CI config
parent
c37e54cd
Pipeline
#759
failed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
2a98ff57
image
:
"
ruby:2.3"
# Cache gems in between builds
cache
:
paths
:
-
vendor/ruby
before_script
:
-
ruby -v
-
bundle install -j $(nproc) --path vendor
rubocop
:
script
:
-
rubocop
assets
:
script
:
-
rake assets:precompile
Write
Preview
Supports
Markdown
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