summaryrefslogtreecommitdiff
path: root/.azurepipelines
diff options
context:
space:
mode:
authorChao Li <lichao@loongson.cn>2021-11-15 17:59:03 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-10-14 02:16:33 +0000
commitab9768cd46fe212ae05e4038ebc398a2b476e068 (patch)
tree3bb3656ab02d01f1fc181c5f57f5c0765478dcbb /.azurepipelines
parentbcdafe1179e2de1b47a8f3fa9d134a241da8da6a (diff)
downloadedk2-ab9768cd46fe212ae05e4038ebc398a2b476e068.zip
edk2-ab9768cd46fe212ae05e4038ebc398a2b476e068.tar.gz
edk2-ab9768cd46fe212ae05e4038ebc398a2b476e068.tar.bz2
.azurepipelines: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053 Add LoongArch64 architecture on LoongArch64 EDK2 CI. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Chao Li <lichao@loongson.cn> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.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 3760c6e..1acd8d2 100644
--- a/.azurepipelines/Ubuntu-GCC5.yml
+++ b/.azurepipelines/Ubuntu-GCC5.yml
@@ -3,6 +3,7 @@
#
# Copyright (c) Microsoft Corporation.
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
+# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
trigger:
@@ -17,5 +18,5 @@ jobs:
parameters:
tool_chain_tag: 'GCC5'
vm_image: 'ubuntu-latest'
- arch_list: "IA32,X64,ARM,AARCH64,RISCV64"
+ arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"