mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
Add two daily build jobs to validate some extra build configs (#13921)
### Description Add two daily build jobs to validate some extra build configs ### Motivation and Context To catch issues like: #13893
This commit is contained in:
parent
51aaf2e021
commit
89812a623e
1 changed files with 35 additions and 1 deletions
|
|
@ -33,6 +33,40 @@ jobs:
|
|||
EnablePython: false
|
||||
MachinePool: 'Win-CPU-2021'
|
||||
|
||||
- template: templates/win-ci-vs-2019.yml
|
||||
parameters:
|
||||
BuildConfig: 'Debug'
|
||||
EnvSetupScript: setup_env.bat
|
||||
buildArch: x64
|
||||
additionalBuildFlags: --build_shared_lib --minimal_build --disable_exceptions
|
||||
msbuildPlatform: x64
|
||||
isX86: false
|
||||
job_name_suffix: x64_minimal_no_exception
|
||||
RunOnnxRuntimeTests: true
|
||||
RunStaticCodeAnalysis: false
|
||||
isTraining: false
|
||||
ORT_EP_NAME: CPU
|
||||
GenerateDocumentation: false
|
||||
EnablePython: false
|
||||
MachinePool: 'Win-CPU-2021'
|
||||
|
||||
- template: templates/win-ci-vs-2019.yml
|
||||
parameters:
|
||||
BuildConfig: 'Debug'
|
||||
EnvSetupScript: setup_env.bat
|
||||
buildArch: x64
|
||||
additionalBuildFlags: --build_shared_lib --cmake_extra_defines onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=ON
|
||||
msbuildPlatform: x64
|
||||
isX86: false
|
||||
job_name_suffix: x64_debug_node_input_output
|
||||
RunOnnxRuntimeTests: true
|
||||
RunStaticCodeAnalysis: false
|
||||
isTraining: false
|
||||
ORT_EP_NAME: CPU
|
||||
GenerateDocumentation: false
|
||||
EnablePython: false
|
||||
MachinePool: 'Win-CPU-2021'
|
||||
|
||||
- job: CodeCoverage
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
@ -98,7 +132,7 @@ jobs:
|
|||
buildType: 'current'
|
||||
artifactName: 'html'
|
||||
targetPath: '$(Build.BinariesDirectory)'
|
||||
|
||||
|
||||
- task: AzureFileCopy@4
|
||||
displayName: 'AzureBlob File Copy'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue