]> git.proxmox.com Git - mirror_edk2.git/blob - .azurepipelines/Ubuntu-GCC5.yml
SignedCapsulePkg: Fix various typos
[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 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7 trigger:
8 - master
9 pr:
10 - master
11
12 jobs:
13 - template: templates/pr-gate-build-job.yml
14 parameters:
15 tool_chain_tag: 'GCC5'
16 vm_image: 'ubuntu-latest'
17 arch_list: "IA32,X64,ARM,AARCH64"
18