]> git.proxmox.com Git - mirror_edk2.git/blame - .azurepipelines/Ubuntu-GCC5.yml
.azurepipelines: Enable EDK II CI for stable/* branches
[mirror_edk2.git] / .azurepipelines / Ubuntu-GCC5.yml
CommitLineData
106c7a99
SB
1## @file\r
2# Azure Pipeline build file for a build using ubuntu and GCC5\r
3#\r
4# Copyright (c) Microsoft Corporation.\r
722da907 5# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
106c7a99
SB
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8trigger:\r
9- master\r
2bca7411 10- stable/*\r
106c7a99
SB
11pr:\r
12- master\r
2bca7411 13- stable/*\r
106c7a99
SB
14\r
15jobs:\r
16- template: templates/pr-gate-build-job.yml\r
17 parameters:\r
18 tool_chain_tag: 'GCC5'\r
19 vm_image: 'ubuntu-latest'\r
722da907 20 arch_list: "IA32,X64,ARM,AARCH64,RISCV64"\r
106c7a99 21\r