Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim committed May 15, 2021
1 parent afa6c89 commit 57a8f9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ pr:
- flutter-*-tizen

jobs:
- job: analyze
pool:
name: Default
demands: agent.os -equals Linux
steps:
- checkout: self
path: src/flutter
- bash: fail
displayName: Verify formatting
- job: build
dependsOn: analyze
strategy:
matrix:
tizen-arm-release:
Expand Down

0 comments on commit 57a8f9f

Please sign in to comment.