mirror of https://github.com/acidanthera/audk.git
19 lines
372 B
YAML
19 lines
372 B
YAML
## @file
|
|
# Azure Pipeline build file for a build using ubuntu and GCC5
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
trigger:
|
|
- master
|
|
pr:
|
|
- master
|
|
|
|
jobs:
|
|
- template: templates/pr-gate-build-job.yml
|
|
parameters:
|
|
tool_chain_tag: 'GCC5'
|
|
vm_image: 'ubuntu-latest'
|
|
arch_list: "IA32,X64,ARM,AARCH64"
|
|
|