From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- .../EFI/Firmware/.azurepipelines/Ubuntu-GCC5.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-GCC5.yml (limited to 'src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-GCC5.yml') diff --git a/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-GCC5.yml b/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-GCC5.yml new file mode 100644 index 00000000..e50cdcf3 --- /dev/null +++ b/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-GCC5.yml @@ -0,0 +1,21 @@ +## @file +# 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.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +## +trigger: +- master +- stable/* +pr: +- master +- stable/* + +jobs: +- template: templates/pr-gate-build-job.yml + parameters: + tool_chain_tag: 'GCC5' + vm_image: 'ubuntu-latest' + arch_list: "IA32,X64,ARM,AARCH64,RISCV64" + -- cgit v1.2.3