summaryrefslogtreecommitdiff
path: root/.azurepipelines/Ubuntu-GCC5.yml
blob: c3f29625a5d6545a4825253b639916e86cddbda4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## @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.<BR>
# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
trigger:
- master
- stable/*
pr:
- master
- stable/*

variables:
  - template: templates/defaults.yml

jobs:
- template: templates/pr-gate-build-job.yml
  parameters:
    tool_chain_tag: 'GCC5'
    vm_image: 'ubuntu-latest'
    container: ${{ variables.default_linux_image }}
    arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"
    usePythonVersion: ''  # use Python from the container image