summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-04 11:19:15 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-04 11:26:29 -0400
commit154c2db37bfecc2d1c4a09b975ab6972b63bc9a8 (patch)
tree6de6d6b42dc5bf2a40134c90b46ac9c108e89e66 /.gitlab-ci
parenta9c9c5155892f3fe8679bc0f86f333b87c75c69f (diff)
downloadpango-154c2db37bfecc2d1c4a09b975ab6972b63bc9a8.tar.gz
Try again to debug win32 ci segfaults
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/gdb.txt5
-rw-r--r--.gitlab-ci/render-msys2.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci/gdb.txt b/.gitlab-ci/gdb.txt
new file mode 100644
index 00000000..4caeae5a
--- /dev/null
+++ b/.gitlab-ci/gdb.txt
@@ -0,0 +1,5 @@
+define hook-stop
+bt
+continue
+end
+run
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
index f81f0c60..e117ee07 100644
--- a/.gitlab-ci/render-msys2.sh
+++ b/.gitlab-ci/render-msys2.sh
@@ -2,4 +2,4 @@
set -e
-PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt
+PATH=_build/pango:$PATH gdb --command=./.gitlab-ci/gdb.txt --args _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt