summaryrefslogtreecommitdiff
path: root/.azurepipelines
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2020-04-03 13:49:35 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-05-07 03:17:15 +0000
commit722da9078eb03317f23d61f33f8f1f3e1dd78396 (patch)
tree68902ff019e005e771955d4319e98d534fa0ddd0 /.azurepipelines
parentea56fa3d4706dae4e662e01fddb24a2826abfcbd (diff)
downloadedk2-722da9078eb03317f23d61f33f8f1f3e1dd78396.zip
edk2-722da9078eb03317f23d61f33f8f1f3e1dd78396.tar.gz
edk2-722da9078eb03317f23d61f33f8f1f3e1dd78396.tar.bz2
.azurepipelines: Add RISC-V architecture on RISC-V EDK2 CI.
BZ:2562: https://bugzilla.tianocore.org/show_bug.cgi?id=2562 Add RISC-V architecture on RISC-V EDK2 CI. Signed-off-by: Abner Chang <abner.chang@hpe.com> Reviewed-by: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Gilbert Chen <gilbert.chen@hpe.com> Cc: Daniel Helmut Schaefer <daniel.schaefer@hpe.com>
Diffstat (limited to '.azurepipelines')
-rw-r--r--.azurepipelines/Ubuntu-GCC5.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml
index a26a3a2..7cd67c9 100644
--- a/.azurepipelines/Ubuntu-GCC5.yml
+++ b/.azurepipelines/Ubuntu-GCC5.yml
@@ -2,6 +2,7 @@
# Azure Pipeline build file for a build using ubuntu and GCC5
#
# Copyright (c) Microsoft Corporation.
+# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
trigger:
@@ -14,5 +15,5 @@ jobs:
parameters:
tool_chain_tag: 'GCC5'
vm_image: 'ubuntu-latest'
- arch_list: "IA32,X64,ARM,AARCH64"
+ arch_list: "IA32,X64,ARM,AARCH64,RISCV64"