From 714a4e12a86c4cc0bd69edbb1270676f574f42dd Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Wed, 3 Oct 2018 18:03:25 +0000 Subject: [PATCH] Initial setup for pipelines --- azure-pipelines.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..e47c6513b0 --- /dev/null +++ b/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