ci: Azure Pipelines: upgrade from macOS 10.13 -> 10.14 (#2204)

This commit is contained in:
MoyuScript
2020-04-15 06:03:04 +01:00
parent 259adcc7f3
commit 47b2363bc7
5 changed files with 1293 additions and 18 deletions

View File

@ -31,6 +31,9 @@ jobs:
inputs:
artifactName: build
downloadPath: $(System.DefaultWorkingDirectory)
- ${{ if ne(parameters.xcodeSelection, '') }}:
- script: sudo xcode-select -s "${{ parameters.xcodeSelection }}"
displayName: 'Switch Xcode'
- ${{ if not(eq(parameters.xvfb, 'true')) }}:
- script: npm run karma
displayName: 'Run browser tests'