Skip to content

Commit

Permalink
Run more jobs on Xcode 11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri committed Sep 26, 2019
1 parent b9b0beb commit f04d9fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
pool:
vmImage: 'macOS 10.14'
variables:
DEVELOPER_DIR: /Applications/Xcode_10.3.app
DEVELOPER_DIR: /Applications/Xcode_11.app
steps:
- script: bundle install --path vendor/bundle
displayName: bundle install
Expand All @@ -84,7 +84,7 @@ jobs:
pool:
vmImage: 'macOS 10.14'
variables:
DEVELOPER_DIR: /Applications/Xcode_10.3.app
DEVELOPER_DIR: /Applications/Xcode_11.app
steps:
- script: bundle install --path vendor/bundle
displayName: bundle install
Expand All @@ -97,7 +97,7 @@ jobs:
pool:
vmImage: 'macOS 10.14'
variables:
DEVELOPER_DIR: /Applications/Xcode_10.3.app
DEVELOPER_DIR: /Applications/Xcode_11.app
steps:
- script: make analyze
displayName: Run SwiftLint Analyze
Expand All @@ -106,7 +106,7 @@ jobs:
pool:
vmImage: 'macOS 10.14'
variables:
DEVELOPER_DIR: /Applications/Xcode_10.3.app
DEVELOPER_DIR: /Applications/Xcode_11.app
steps:
- script: swift run --sanitize=thread swiftlint lint --lenient
displayName: Pre-cache SwiftLint Run
Expand Down

0 comments on commit f04d9fa

Please sign in to comment.