Merge branch 'wip/hadess/avoid-unintended-success' into 'master'

ci: Don't ignore xdg-desktop-portal build failure

Closes #2043

See merge request GNOME/glib!1377
This commit is contained in:
Simon McVittie 2020-02-21 19:36:15 +00:00
commit 83b7aa5099

View File

@ -143,7 +143,10 @@ installed-tests:
# https://github.com/flatpak/xdg-desktop-portal/pull/365
- git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git
- cd xdg-desktop-portal
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-libportal --disable-dependency-tracking && make && sudo make install
- git reset --hard 1.6.0
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-libportal --disable-dependency-tracking
- make
- sudo make install
- cd ..
# FIXME install newer gobject-introspection
# with GMemoryMonitor support, see: