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