## @file
# Azure Pipeline build file for a build using Ubuntu and GCC.
#
# IMPORTANT: This file requires the local repo to contain a .azurepipelines/Matrix-Build-Job.yml file that
# performs the actual build steps for the configurations and packages supported by the repo.
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
# instead of the file in this repo.
#
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
variables:
- group: architectures-arm-64-x86-64
- group: tool-chain-ubuntu-gcc
extends:
template: MuDevOpsWrapper.yml
parameters:
do_ci_build: true
do_ci_setup: true
do_non_ci_build: false
do_non_ci_setup: true
do_pr_eval: true
container_build: true
os_type: Linux
build_matrix:
TARGET_QEMU:
Pkgs: 'QemuPkg'
Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
ArchList: IA32,X64,AARCH64
TARGET_Q35:
Pkgs: 'QemuQ35Pkg'
Targets: 'NO-TARGET'
ArchList: IA32,X64
TARGET_SBSA:
Pkgs: 'QemuSbsaPkg'
Targets: 'NO-TARGET'
ArchList: AARCH64
TARGET_QEMU_ARM:
Pkgs: 'QemuPkg'
Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
ArchList: IA32,X64,AARCH64
SelfHostAgent: true
TARGET_Q35_ARM:
Pkgs: 'QemuQ35Pkg'
Targets: 'NO-TARGET'
ArchList: IA32,X64
SelfHostAgent: true
TARGET_SBSA_ARM:
Pkgs: 'QemuSbsaPkg'
Targets: 'NO-TARGET'
ArchList: AARCH64
SelfHostAgent: truemicrosoft/mu_tiano_platforms
Publicmirrored fromhttps://github.com/microsoft/mu_tiano_platformsAvailable
.azurepipelines/Ubuntu-GCC5.yml
58lines · modepreview