summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
blob: 1d3ec008ece7922a69959ef835245f2683b36153 (plain)
1
2
3
4
5
6
7
8
9
10
11
jobs:
- job: macOS
  pool:
    vmImage: 'macos-10.13'
  steps:
  - script: |
      gem install bundler
      bundle install --retry=3 --jobs=4
    displayName: 'bundle install'
  - script: rake
    displayName: 'rake'