onnxruntime/tools/ci_build/github
Adrian Lizarraga d45b47945c
Linux QNN Pipeline: fix build error reporting (#14922)
### Description
Split up the ORT build step in the Linux QNN CI Pipeline.


### Motivation and Context
Build errors were not being immediately reported at the end of the build
step. The build step currently concatenates multiple shell commands, and
the return code for the last (mkdir) was being reported. This PR ensures
that the return code of the `python build.py ...` command is reported
for the build step.
2023-03-06 17:49:35 -08:00
..
android Update java/build.gradle to not use deprecated features that were removed in gradle 8.0. (#14733) 2023-02-20 11:19:49 +08:00
apple Remove SafeInt dependency from Objective-C API. (#13698) 2022-11-18 17:06:12 -08:00
azure-pipelines Linux QNN Pipeline: fix build error reporting (#14922) 2023-03-06 17:49:35 -08:00
js Use full ORT package for onnxruntime-react-native. (#13037) 2022-09-23 07:20:03 +10:00
linux Remove 37 and 50 from CUDA compute archs (#14874) 2023-03-03 12:24:21 -08:00
pai Enable ccache for HIP objects (#14465) 2023-01-28 22:34:24 +08:00
python_checks
windows OnnxRuntime QNN EP (#14791) 2023-03-01 13:48:20 -08:00
Doxyfile_csharp.cfg