diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 16:23:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 16:30:23 -0400 |
commit | 15d643ea3d8c1af1ec8d4b452a8b3e9246e21928 (patch) | |
tree | 2b0325a3de52e8f4ac9d3fe65a51463f1d1cb64d /.gitlab-ci | |
parent | 3ef436bf8df0890280547ae392be03e4789a8a89 (diff) | |
download | pango-15d643ea3d8c1af1ec8d4b452a8b3e9246e21928.tar.gz |
Try to debug win32 ci
Diffstat (limited to '.gitlab-ci')
-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..8d13e9bc 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 --eval-command=run --args _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt |