Skip to content

Commit a05d960

Browse files
committed
CI: Try hooking gdb into failing CI (likely not correct, but lets see...)
1 parent 89862da commit a05d960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ stages:
111111
cp \$target/include/* /usr/include && \
112112
python3 -m pip install -r test_requirements.txt && \
113113
echo CFLAGS \$CFLAGS && \
114+
yum install -y gdb && \
114115
python3 -m pip install -v . && \
115-
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 && \
116117
python3 tools/openblas_support.py --check_version"
117118
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
118119
- task: PublishTestResults@2

0 commit comments

Comments
 (0)