Vx::GitlabStatusService

Vexor CI status service for Gitlab. It provides build status to use on Gitlab merge request pages.

Installation

Add this line to your application's Gemfile:

gem 'vx-gitlab_status_service'

And then execute:

$ bundle

Or install it yourself as:

$ gem install vx-gitlab_status_service

Usage

Just add it to Gemfile and fill out Vexor CI token & project URL on Project services page (in Gitlab).

Contributing

  1. Fork it ( https://github.com/semenyukdmitriy/vx-gitlab_status_service/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request