summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-28 06:44:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:28 -0400
commit4aa0177b6e98ca992564407113bd097b514289dc (patch)
treeebd316ec81d1a77b8ee6174939a112b55580958b
parente1aee36d08f1598c5c2435d56632cd3ef67f2569 (diff)
downloadpango-4aa0177b6e98ca992564407113bd097b514289dc.tar.gz
ci: Fix win32 run scripts
We moved things from pango/ to pango2/.
-rw-r--r--.gitlab-ci/list-msys2.sh2
-rw-r--r--.gitlab-ci/render-msys2.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/list-msys2.sh b/.gitlab-ci/list-msys2.sh
index c7ed3ed6..e8d2afc8 100644
--- a/.gitlab-ci/list-msys2.sh
+++ b/.gitlab-ci/list-msys2.sh
@@ -2,4 +2,4 @@
set -e
-PATH=_build/pango:$PATH _build/utils/pango-list --verbose --metrics > _build/fontlist.txt || true
+PATH=_build/pango2:$PATH _build/utils/pango-list --verbose --metrics > _build/fontlist.txt
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
index 9008690d..85d635f7 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 || true
+PATH=_build/pango2:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt