Add steps to verify pipeline

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-07-03 16:38:10 -07:00
parent 7d2c68ea09
commit 915341e1df

View file

@ -0,0 +1,28 @@
steps:
- label: run-tests-ruby-2.4
command:
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.4-stretch
- label: run-tests-ruby-2.5
command:
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.5-stretch
- label: run-tests-ruby-2.6
command:
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.6-stretch