-
Notifications
You must be signed in to change notification settings - Fork 68
/
ios.yaml
35 lines (30 loc) · 818 Bytes
/
ios.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Xcode
# Build, test, and archive an Xcode workspace on macOS.
# Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/xcode
trigger:
- master
pool:
vmImage: 'macos-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- task: Npm@1
inputs:
command: 'install'
displayName: 'npm install'
- task: CocoaPods@0
inputs:
workingDirectory: 'ios'
forceRepoUpdate: false
- task: Xcode@5
inputs:
actions: 'build'
args: '-UseModernBuildSystem=NO'
configuration: 'Debug'
scheme: 'Activity'
sdk: 'iphoneos'
xcWorkspacePath: '**/Activity.xcworkspace'
xcodeVersion: 'default' # Options: 8, 9, 10, default, specifyPath