Skip to content

Commit

Permalink
Merged PR 2580: Add build PR pipeline
Browse files Browse the repository at this point in the history
Add build PR pipeline
  • Loading branch information
Will Hou committed Apr 29, 2020
1 parent e3b7ff5 commit b69ea1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pipelines/build-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pool:
vmImage: 'ubuntu-latest'

name: 1.0.$(Rev:r)

jobs:
- job: build_android
displayName: Build Android
steps:
- template: build-android.yml

- job: build_ios
displayName: Build iOS
steps:
- template: build-ios.yml

0 comments on commit b69ea1d

Please sign in to comment.