Commit cf55e784 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add gitlab-ci yml script

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent c3912207
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- gem install bundler
- cp config.yml.example config.yml
- bundle install
rspec:
script:
- bundle exec rspec spec
tags:
- git-annex
- ruby
except:
- tags
rubocop:
script:
- bundle exec rubocop
tags:
- ruby
except:
- tags
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment