Skip to content

Commit

Permalink
Let's give this a go
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Mar 28, 2019
1 parent e7186a7 commit 9b88946
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pool:
vmImage: 'ubuntu-16.04'

steps:
- task: UseRubyVersion@0
inputs:
versionSpec: '>= 2.6'
addToPath: true

- script: |
gem install bundler
bundle install --without-development --retry=3 --jobs=4
displayName: 'bundle install'

- script: bundle exec rake
displayName: 'bundle exec rake'

0 comments on commit 9b88946

Please sign in to comment.