Browse Source

Initial setup for pipelines

pull/1977/head
azure-pipelines[bot] 8 years ago
parent
commit
714a4e12a8
  1. 13
      azure-pipelines.yml

13
azure-pipelines.yml

@ -0,0 +1,13 @@
pool:
vmImage: 'macOS 10.13'
steps:
- task: Xcode@5
inputs:
actions: 'build'
scheme: ''
sdk: 'macosx10.12'
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: 'default' # Options: 8, 9, default, specifyPath
Loading…
Cancel
Save