Skip to content

Commit 3a8bd10

Browse files
authored
Merge pull request #703 from ruby/azure-pipelines
Set up CI with Azure Pipelines
2 parents bb61bba + 79234db commit 3a8bd10

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
jobs:
2+
- job: macOS
3+
pool:
4+
vmImage: 'macos-10.13'
5+
steps:
6+
- script: |
7+
gem install bundler
8+
bundle install --retry=3 --jobs=4
9+
displayName: 'bundle install'
10+
- script: rake
11+
displayName: 'rake'

0 commit comments

Comments
 (0)