]> git.proxmox.com Git - mirror_edk2.git/blobdiff - .azurepipelines/Ubuntu-GCC5.yml
UefiCpuPkg: Apply uncrustify changes
[mirror_edk2.git] / .azurepipelines / Ubuntu-GCC5.yml
index a26a3a2cb2ea580702cf8aeb11ad2b09f966421e..3760c6efe105822f947cf2f13a84fb0981438391 100644 (file)
@@ -2,17 +2,20 @@
 # Azure Pipeline build file for a build using ubuntu and GCC5\r
 #\r
 # Copyright (c) Microsoft Corporation.\r
+# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 trigger:\r
 - master\r
+- stable/*\r
 pr:\r
 - master\r
+- stable/*\r
 \r
 jobs:\r
 - template: templates/pr-gate-build-job.yml\r
   parameters:\r
     tool_chain_tag: 'GCC5'\r
     vm_image: 'ubuntu-latest'\r
-    arch_list: "IA32,X64,ARM,AARCH64"\r
+    arch_list: "IA32,X64,ARM,AARCH64,RISCV64"\r
 \r