microsoft/mu_feature_ffa

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a111cf1680ee78af52d66abf8e4401879548c617

Branches

Tags

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

Clone

HTTPS

Download ZIP

.azurepipelines/Ubuntu-GCC5.yml

41lines · 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-arm64
- group: tool-chain-ubuntu-gcc
- group: coverage

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_FFA_FEATURE:
        Pkgs: 'FfaFeaturePkg'
        Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
        ArchList: $(arch_list)
      TARGET_FFA_FEATURE_ARM:
        Pkgs: 'FfaFeaturePkg'
        Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
        ArchList: $(arch_list)
        SelfHostAgent: true