microsoft/mu_tiano_platforms

Public

mirrored fromhttps://github.com/microsoft/mu_tiano_platformsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
28a321a64ea51c6204cafd6a7e0f886e2d363a3d

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.azurepipelines/Ubuntu-GCC5.yml

58lines · modepreview

## @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: true