mirror of https://github.com/GNOME/gimp.git
gitlab-ci: configure GIMP with --with-python=force.
We don't actually need any of the Python dependencies at runtime. We only check for these to make packagers aware of the runtime need. Force the build to go forward even with these deps.
This commit is contained in:
parent
8e938e0960
commit
96a33277d4
|
@ -149,7 +149,7 @@ gegl-git-autotools:
|
|||
GIT_STRATEGY: none
|
||||
script:
|
||||
- cd _build
|
||||
- LIBMYPAINT_CFLAGS="-I/usr/include/libmypaint-1.3 -I/usr/include/json-c" LIBMYPAINT_LIBS="-lmypaint-1.3 -ljson-c" PKG_CONFIG_PATH="$INSTALL_PREFIX/lib/pkgconfig" ../autogen.sh --prefix="$INSTALL_PREFIX" $CONFIG_OPTIONS
|
||||
- LIBMYPAINT_CFLAGS="-I/usr/include/libmypaint-1.3 -I/usr/include/json-c" LIBMYPAINT_LIBS="-lmypaint-1.3 -ljson-c" PKG_CONFIG_PATH="$INSTALL_PREFIX/lib/pkgconfig" ../autogen.sh --prefix="$INSTALL_PREFIX" $CONFIG_OPTIONS --with-python=force
|
||||
- LD_LIBRARY_PATH="$INSTALL_PREFIX/lib:$LD_LIBRARY_PATH" make -j `nproc`
|
||||
# - LD_LIBRARY_PATH="$INSTALL_PREFIX/lib:$LD_LIBRARY_PATH" make check
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in New Issue