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