[gdm/wip/drop-autogoo: 1/2] gitlab-ci: Switch to meson
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/wip/drop-autogoo: 1/2] gitlab-ci: Switch to meson
- Date: Thu, 30 Apr 2020 20:24:04 +0000 (UTC)
commit 880391b1897c1f380fda9383c45013278093306b
Author: Ray Strode <rstrode redhat com>
Date: Thu Apr 30 16:00:51 2020 -0400
gitlab-ci: Switch to meson
It's cool and stuff.
https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/96
.gitlab-ci.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a9e096e..e162c215 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,8 +8,6 @@ build-fedora:
- dnf -y install
accountsservice-devel
audit-libs-devel
- autoconf
- automake
check-devel
dconf
desktop-file-utils
@@ -25,7 +23,8 @@ build-fedora:
libdmx-devel
libselinux-devel
libtool
- make
+ meson
+ ninja
nss-devel
pam-devel
plymouth-devel
@@ -39,9 +38,10 @@ build-fedora:
yelp-tools
script:
- - ./autogen.sh
- - make -j
- - make -j check
- - make -j distcheck
+ - meson . build --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man
--libdir=/usrlib64 -Dpam-prefix=/etc -Drun-dir=/run/gdm -Dudev-dir=/lib/udev/rules.d
-Ddefault-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin -Dprofiling=true -Dplymouth=enabled
-Dselinux=enabled
+ - ninja -C build
+ - ninja -C build install
+ - ninja -C build dist
+ - ninja -C build test
except:
- tags
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]