We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89862da commit a05d960Copy full SHA for a05d960
azure-pipelines.yml
@@ -111,8 +111,9 @@ stages:
111
cp \$target/include/* /usr/include && \
112
python3 -m pip install -r test_requirements.txt && \
113
echo CFLAGS \$CFLAGS && \
114
+ yum install -y gdb && \
115
python3 -m pip install -v . && \
- python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
116
+ gdb --return-child-result --batch --eval-command=run --eval-command=bt --args python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
117
python3 tools/openblas_support.py --check_version"
118
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
119
- task: PublishTestResults@2
0 commit comments