summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-31 10:35:36 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-04-06 14:06:29 +0100
commitc763e0a7071f816d7c88410468c88e8511618cec (patch)
treef8b54628a48edc9eaa9d0b9862526d7a3b6d5ead /.gitlab
parent3ba5a6156f7c4df4af51fa944e806913b828764b (diff)
downloadgdk-pixbuf-c763e0a7071f816d7c88410468c88e8511618cec.tar.gz
ci: Drop old dependencies from MSYS2 job
- The Jasper loader has been removed - There's no X11 dependency any more - We don't use gtk-doc for generating the API reference
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test-msys2.sh14
1 files changed, 4 insertions, 10 deletions
diff --git a/.gitlab/ci/test-msys2.sh b/.gitlab/ci/test-msys2.sh
index 56258b3de..b5a94c946 100644
--- a/.gitlab/ci/test-msys2.sh
+++ b/.gitlab/ci/test-msys2.sh
@@ -14,23 +14,17 @@ pacman --noconfirm -S --needed \
base-devel \
mingw-w64-$MSYS2_ARCH-gobject-introspection \
mingw-w64-$MSYS2_ARCH-glib2 \
- mingw-w64-$MSYS2_ARCH-jasper \
mingw-w64-$MSYS2_ARCH-libjpeg-turbo \
mingw-w64-$MSYS2_ARCH-libpng \
mingw-w64-$MSYS2_ARCH-libtiff \
mingw-w64-$MSYS2_ARCH-meson \
- mingw-w64-$MSYS2_ARCH-toolchain \
- mingw-w64-$MSYS2_ARCH-gtk-doc
+ mingw-w64-$MSYS2_ARCH-toolchain
-meson --buildtype debug \
- -Dx11=false \
+meson setup --buildtype debug \
-Dpng=true \
-Djpeg=true \
-Dtiff=true \
- -Djasper=true \
_build
-cd _build
-ninja
-
-meson test
+meson compile -C _build
+meson test -C _build