Skip to content

Commit

Permalink
Adding MacOS 10.14 jobs to the azure-pipelines.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Jun 6, 2019
1 parent 1ea0165 commit d183cc0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions scripts/azure-pipelines.yml
Expand Up @@ -70,3 +70,25 @@ jobs:
targetType: filePath
filePath: ./scripts/cibuild.sh
arguments: '--configuration Release --architecture x64'

- job: macos_1014_debug_x64
pool:
name: Hosted macOS
steps:
- task: Bash@3
displayName: 'Run scripts/cibuild.sh'
inputs:
targetType: filePath
filePath: ./scripts/cibuild.sh
arguments: '--configuration Debug --architecture x64'

- job: macos_1014_release_x64
pool:
name: Hosted macOS
steps:
- task: Bash@3
displayName: 'Run scripts/cibuild.sh'
inputs:
targetType: filePath
filePath: ./scripts/cibuild.sh
arguments: '--configuration Release --architecture x64'

0 comments on commit d183cc0

Please sign in to comment.