Skip to content

Commit 5156b4f

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 7230825 commit 5156b4f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

azure-pipelines-1.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Starter pipeline
2+
# Start with a minimal pipeline that you can customize to build and deploy your code.
3+
# Add steps that build, run tests, deploy, and more:
4+
# https://aka.ms/yaml
5+
6+
trigger:
7+
- master
8+
9+
pool:
10+
vmImage: macOS-latest
11+
12+
steps:
13+
- task: Npm@1
14+
inputs:
15+
command: 'install'
16+
workingDir: '.'
17+
18+
- task: Npm@1
19+
inputs:
20+
command: 'custom'
21+
workingDir: '.'
22+
customCommand: 'run ios'

0 commit comments

Comments
 (0)