STL/azure-pipelines.yml

22 строки
482 B
YAML
Исходник Обычный вид История

# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# Build STL targeting x86, x64, arm, arm64
jobs:
- template: azure-devops/run-build.yml
parameters:
targetPlatform: x86
- template: azure-devops/run-build.yml
parameters:
targetPlatform: x64
- template: azure-devops/run-build.yml
parameters:
targetPlatform: arm
- template: azure-devops/run-build.yml
parameters:
targetPlatform: arm64