forked from microsoft/mu_feature_config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUbuntu-GCC5.yml
41 lines (39 loc) · 1.25 KB
/
Ubuntu-GCC5.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## @file
# Azure Pipeline build file for a build using ubuntu and GCC5.
#
# 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
container_build: true
os_type: Linux
build_matrix:
TARGET_SETUPDATA:
Pkgs: 'SetupDataPkg'
Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
ArchList: $(arch_list)
TARGET_SETUPDATA_ARM:
Pkgs: 'SetupDataPkg'
Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
ArchList: $(arch_list)
SelfHostAgent: true
extra_jobs:
- template: Jobs/Python/RunDevTests.yml@mu_devops
parameters:
code_cov_enabled: true
custom_job_name: windows
root_package_folder: SetupDataPkg/Tools
vm_image: $(vm_image)