Skip to content
Snippets Groups Projects
Commit 2a98ff57 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Add GitLab CI config

parent c37e54cd
No related branches found
No related tags found
No related merge requests found
Pipeline #759 failed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment