source:
vbox/trunk/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-GCC5.yml@
95057
最後變更 在這個檔案從95057是 89983,由 提交於 4 年 前 | |
---|---|
|
|
檔案大小: 474 位元組 |
行 | |
---|---|
1 | ## @file |
2 | # Azure Pipeline build file for a build using ubuntu and GCC5 |
3 | # |
4 | # Copyright (c) Microsoft Corporation. |
5 | # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR> |
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
7 | ## |
8 | trigger: |
9 | - master |
10 | - stable/* |
11 | pr: |
12 | - master |
13 | - stable/* |
14 | |
15 | jobs: |
16 | - template: templates/pr-gate-build-job.yml |
17 | parameters: |
18 | tool_chain_tag: 'GCC5' |
19 | vm_image: 'ubuntu-latest' |
20 | arch_list: "IA32,X64,ARM,AARCH64,RISCV64" |
21 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器