зеркало из https://github.com/microsoft/CCF.git
40 строки
830 B
YAML
40 строки
830 B
YAML
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
paths:
|
|
include:
|
|
- .azure_pipelines_snpcc.yml
|
|
- .snpcc_canary
|
|
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- main
|
|
- "release/*"
|
|
exclude:
|
|
- "release/1.x"
|
|
- "release/2.x"
|
|
|
|
schedules:
|
|
- cron: "0 9-18/3 * * Mon-Fri"
|
|
displayName: Regular build
|
|
branches:
|
|
include:
|
|
- main
|
|
always: true
|
|
|
|
jobs:
|
|
- template: .azure-pipelines-templates/configure.yml
|
|
|
|
- template: .azure-pipelines-templates/common.yml
|
|
parameters:
|
|
target: SNPCC
|
|
env:
|
|
pool: sev-snp-pool
|
|
cmake_args: "-DCOMPILE_TARGET=snp -DCMAKE_BUILD_TYPE=Debug -DLVI_MITIGATIONS=OFF -DVERBOSE_LOGGING=ON"
|
|
suffix: "Debug"
|
|
artifact_name: "SNPCC_Debug"
|
|
ctest_filter: '-LE "benchmark|perf|tlstest|vegeta|suite"'
|
|
depends_on: configure
|