blob: b1f95db01fc5e5715d44c5b8aca03ccbc092e3ca [file]
## @file
# Azure Pipeline build file for a build using Ubuntu and CLANGPDB
#
# 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: none
schedules:
- cron: "0 7 * * *"
displayName: Daily Build
branches:
include:
- master
- stable/*
always: true
pr:
- master
- stable/*
variables:
- template: templates/defaults.yml
jobs:
- template: templates/pr-gate-build-job.yml
parameters:
tool_chain_tag: CLANGPDB
vm_image: ${{ variables.default_linux_vm }}
container: ${{ variables.default_linux_container }}
arch_list: "IA32,X64,AARCH64"
usePythonVersion: '' # use Python from the container image