2020-04-21 17:12:21 -07:00
|
|
|
# Copyright (c) Microsoft Corporation.
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
variables:
|
2020-04-28 22:16:12 -07:00
|
|
|
windows-pool: 'PrWin-2020-04-28'
|
2020-05-10 15:17:27 -07:00
|
|
|
linux-pool: 'PrLin-2020-05-07'
|
2020-04-28 13:02:39 -07:00
|
|
|
|
|
|
|
jobs:
|
2020-05-14 12:49:31 -07:00
|
|
|
- template: windows/run-tests.yml
|
|
|
|
parameters:
|
|
|
|
poolName: $(windows-pool)
|
|
|
|
|
2020-04-28 13:02:39 -07:00
|
|
|
- template: windows/azure-pipelines.yml
|
|
|
|
parameters:
|
|
|
|
triplet: x86-windows
|
|
|
|
jobName: x86_windows
|
|
|
|
poolName: $(windows-pool)
|
2020-04-21 17:12:21 -07:00
|
|
|
|
2020-04-28 13:02:39 -07:00
|
|
|
- template: windows/azure-pipelines.yml
|
|
|
|
parameters:
|
|
|
|
triplet: x64-windows
|
|
|
|
jobName: x64_windows
|
|
|
|
poolName: $(windows-pool)
|
2020-04-21 17:12:21 -07:00
|
|
|
|
2020-04-28 13:02:39 -07:00
|
|
|
- template: windows/azure-pipelines.yml
|
|
|
|
parameters:
|
|
|
|
triplet: x64-windows-static
|
|
|
|
jobName: x64_windows_static
|
|
|
|
poolName: $(windows-pool)
|
2020-04-21 17:12:21 -07:00
|
|
|
|
2020-04-28 13:02:39 -07:00
|
|
|
- template: windows/azure-pipelines.yml
|
|
|
|
parameters:
|
|
|
|
triplet: x64-uwp
|
|
|
|
jobName: x64_uwp
|
|
|
|
poolName: $(windows-pool)
|
2020-04-21 17:12:21 -07:00
|
|
|
|
2020-04-28 13:02:39 -07:00
|
|
|
- template: windows/azure-pipelines.yml
|
|
|
|
parameters:
|
|
|
|
triplet: arm64-windows
|
|
|
|
jobName: arm64_windows
|
|
|
|
poolName: $(windows-pool)
|
2020-04-21 17:12:21 -07:00
|
|
|
|
2020-04-28 13:02:39 -07:00
|
|
|
- template: windows/azure-pipelines.yml
|
|
|
|
parameters:
|
|
|
|
triplet: arm-uwp
|
|
|
|
jobName: arm_uwp
|
|
|
|
poolName: $(windows-pool)
|
2020-04-21 17:12:21 -07:00
|
|
|
|
2020-04-28 22:16:12 -07:00
|
|
|
- template: osx/azure-pipelines.yml
|
|
|
|
|
|
|
|
- template: linux/azure-pipelines.yml
|
|
|
|
parameters:
|
|
|
|
poolName: $(linux-pool)
|