projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c94996e
)
ci: Add pygobject to the MSYS2 job
author
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 19 Dec 2021 16:26:37 +0000
(16:26 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 19 Dec 2021 16:26:37 +0000
(16:26 +0000)
.gitlab-ci/test-msys2.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test-msys2.sh
b/.gitlab-ci/test-msys2.sh
index 4c59a26a9ddebc27be64e00552d4118edb0e2a40..0c61ad3b7222fb49e45cb156fe32d9482c0a2f3b 100644
(file)
--- a/
.gitlab-ci/test-msys2.sh
+++ b/
.gitlab-ci/test-msys2.sh
@@
-31,7
+31,8
@@
pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-pango \
mingw-w64-$MSYS2_ARCH-fribidi \
mingw-w64-$MSYS2_ARCH-gst-plugins-bad \
- mingw-w64-$MSYS2_ARCH-shared-mime-info
+ mingw-w64-$MSYS2_ARCH-shared-mime-info \
+ mingw-w64-$MSYS2_ARCH-python-gobject
mkdir -p _ccache
export CCACHE_BASEDIR="$(pwd)"