[pango/pango2] ci: Fix win32 run scripts
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2] ci: Fix win32 run scripts
- Date: Tue, 28 Jun 2022 14:52:20 +0000 (UTC)
commit 82e2d8172b66ced01d427eb7ebda71d91fdcdebd
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 28 06:44:20 2022 -0400
ci: Fix win32 run scripts
We moved things from pango/ to pango2/.
.gitlab-ci/list-msys2.sh | 2 +-
.gitlab-ci/render-msys2.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci/list-msys2.sh b/.gitlab-ci/list-msys2.sh
index c7ed3ed63..e8d2afc87 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 9008690d1..85d635f77 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]