summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-12-11 14:11:08 +0100
committerBastien Nocera <hadess@hadess.net>2019-12-11 14:15:54 +0100
commitbf91e3adf7c1a644588e72aee3dc84ae69be4dc4 (patch)
tree1a1f1b381df8f388615b697e7fdcfca23d1fd96d /.gitlab-ci.yml
parentfcc136738307869fb600d13c0363d8a7e746dd68 (diff)
downloadglib-bf91e3adf7c1a644588e72aee3dc84ae69be4dc4.tar.gz
ci: GMemoryMonitor support is now merged in xdg-desktop-portal
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ca71544b..fce08bec2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,7 +122,7 @@ installed-tests:
# FIXME Install newer xdg-desktop-portal with
# GMemoryMonitor support, see:
# https://github.com/flatpak/xdg-desktop-portal/pull/365
- - git clone --single-branch --branch wip/hadess/memory-monitor https://github.com/flatpak/xdg-desktop-portal.git
+ - git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git
- cd xdg-desktop-portal
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-dependency-tracking && make && sudo make install
- cd ..