mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
ci: Don't ignore xdg-desktop-portal build failure
CI scripts are done using a shell with 'set -e' enabled, but using '&&' means that the line won't "fail". Run the different commands sequentially instead. Spotted by Simon McVittie <smcv@collabora.com> Closes: #2043
This commit is contained in:
@@ -143,7 +143,9 @@ installed-tests:
|
|||||||
# https://github.com/flatpak/xdg-desktop-portal/pull/365
|
# https://github.com/flatpak/xdg-desktop-portal/pull/365
|
||||||
- git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git
|
- git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git
|
||||||
- cd xdg-desktop-portal
|
- cd xdg-desktop-portal
|
||||||
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-libportal --disable-dependency-tracking && make && sudo make install
|
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-libportal --disable-dependency-tracking
|
||||||
|
- make
|
||||||
|
- sudo make install
|
||||||
- cd ..
|
- cd ..
|
||||||
# FIXME install newer gobject-introspection
|
# FIXME install newer gobject-introspection
|
||||||
# with GMemoryMonitor support, see:
|
# with GMemoryMonitor support, see:
|
||||||
|
Reference in New Issue
Block a user