Skip to content
Snippets Groups Projects
Commit c66add9d authored by Johannes Knoedtel's avatar Johannes Knoedtel
Browse files

add .gitlab-ci.yml

parent 46563935
No related branches found
No related tags found
No related merge requests found
Pipeline #
before_script:
- apt-get update -qq && apt-get install -y -qq ruby
- ruby -v
- which ruby
- gem install bundler --no-ri --no-rdoc
- bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec:
script:
- bundle exec rspec
rubocop:
script:
- bundle exec rubocop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment