blob: 39269a1e6e18f2b053c312c15c38fb48efb679f6 [file]
## @file
# Azure Pipeline build file for a build using Ubuntu and CLANGDWARF
#
# 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: none
variables:
- template: templates/defaults.yml
jobs:
- template: templates/pr-gate-build-job.yml
parameters:
tool_chain_tag: CLANGDWARF
vm_image: ${{ variables.default_linux_vm }}
container: ${{ variables.default_linux_container }}
arch_list: "IA32,X64,AARCH64,RISCV64"
usePythonVersion: '' # use Python from the container image