debian-mirror-gitlab/debian/gems-compat/gitlab-labkit-0.2.0/.gitlab-ci.yml
2019-08-03 15:15:18 +05:30

24 lines
362 B
YAML

.test_template: &test_definition
stage: test
script:
- bundle install
- bundle exec rake verify build install
test:2.6:
image: ruby:2.6
<<: *test_definition
test:2.5:
image: ruby:2.5
<<: *test_definition
test:2.4:
image: ruby:2.4
<<: *test_definition
deploy:
stage: deploy
script:
- tools/deploy-rubygem.sh
only:
- tags