Skip to content

Commit

Permalink
Run CI on Xcode 11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri authored Sep 26, 2019
1 parent 406a8f2 commit 5b4ae6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_10.2.app
xcode103:
DEVELOPER_DIR: /Applications/Xcode_10.3.app
xcode110:
DEVELOPER_DIR: /Applications/Xcode_11.app
steps:
- script: git submodule update --init --recursive
displayName: Update git submodules
Expand Down Expand Up @@ -53,6 +55,8 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_10.2.app
xcode103:
DEVELOPER_DIR: /Applications/Xcode_10.3.app
xcode110:
DEVELOPER_DIR: /Applications/Xcode_11.app
steps:
- script: |
sw_vers
Expand Down

0 comments on commit 5b4ae6c

Please sign in to comment.