[gegl] ci: enable python tests
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ci: enable python tests
- Date: Sat, 20 Feb 2021 22:28:48 +0000 (UTC)
commit c66d565661e5e7436fd36471b8fe9d511bf0da70
Author: John Marshall <jtm home gmail com>
Date: Mon Jul 13 08:33:50 2020 +0100
ci: enable python tests
.gitlab-ci.yml | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aaa2e74ca..8a08543a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,6 +78,7 @@ babl-min:
before_script:
- pacman -Syu --ignore glibc --noconfirm --needed
base-devel ccache meson
+ asciidoc
ffmpeg
gobject-introspection
gobject-introspection-runtime
@@ -91,7 +92,9 @@ babl-min:
libtiff
luajit
openexr
+ poppler-glib
python
+ python-gobject
sdl2
suitesparse
vala
@@ -105,8 +108,10 @@ babl-min:
CCACHE_MAXSIZE: "128Mi"
script:
# Add babl location to XDG_DATA_DIRS. .gir files are located there.
+ # Add babl location to GI_TYPELIB_PATH. Required for python tests.
# Add /usr/local/share:/usr/share for vapigen.
- export XDG_DATA_DIRS="$XDG_DATA_DIRS:$BABL_PREFIX/share:/usr/local/share/:/usr/share/"
+ - export GI_TYPELIB_PATH="$BABL_PREFIX/lib/girepository-1.0:$GI_TYPELIB_PATH"
- export LD_LIBRARY_PATH="$BABL_PREFIX/lib:$LD_LIBRARY_PATH"
- meson -Dbuildtype=$BUILD_TYPE -Dpkg_config_path=$BABL_PREFIX/lib/pkgconfig $CONFIG_OPTIONS _build
- ninja -C _build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]