diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-09-27 19:47:51 +0200 |
---|---|---|
committer | Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com> | 2023-01-04 02:19:18 -0800 |
commit | f33274b8e7f7c3f8071330684d010d97dbd45536 (patch) | |
tree | 7a663f207510d3e946e6a465aea42dafb318d0f2 /azure-pipelines.yml | |
parent | c070aa599a6c40e8c8e56c50f108deb7d991c67b (diff) | |
download | numpy-f33274b8e7f7c3f8071330684d010d97dbd45536.tar.gz |
CI: Try hooking gdb into failing CI (likely not correct, but lets see...)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 647ddab30..6eb824e66 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -113,6 +113,7 @@ stages: cp \$target/include/* /usr/include && \ python3 -m pip install -r test_requirements.txt && \ echo CFLAGS \$CFLAGS && \ + yum install -y gdb && \ python3 -m pip install -v . && \ python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \ python3 -m pip install threadpoolctl && \ |