diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-04 11:19:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-04 11:26:29 -0400 |
commit | 154c2db37bfecc2d1c4a09b975ab6972b63bc9a8 (patch) | |
tree | 6de6d6b42dc5bf2a40134c90b46ac9c108e89e66 /.gitlab-ci/render-msys2.sh | |
parent | a9c9c5155892f3fe8679bc0f86f333b87c75c69f (diff) | |
download | pango-154c2db37bfecc2d1c4a09b975ab6972b63bc9a8.tar.gz |
Try again to debug win32 ci segfaults
Diffstat (limited to '.gitlab-ci/render-msys2.sh')
-rw-r--r-- | .gitlab-ci/render-msys2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |