summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 15:04:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 15:04:03 -0400
commit461a5842ddbb351d9511605e5a59c268fbc32c38 (patch)
tree06be505cb87d31ad0c0ad1f19db28ddf3e54d725
parent9459852f3c89f909f4bb22a11cde5db3328abaca (diff)
downloadpango-461a5842ddbb351d9511605e5a59c268fbc32c38.tar.gz
ci: Render without line spacing
To confirm whether this is the problem on win32.
-rw-r--r--.gitlab-ci/render-msys2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
index f81f0c60..e0861cb6 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 _build/utils/pango-view --line-spacing 0 --no-display --output _build/hello.png utils/HELLO.txt