[gdm/wip/drop-autogoo: 1/2] gitlab-ci: Switch to meson



commit a427859e7d8fb2f412ac354ba9252b8fc18a09ea
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 | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a9e096e..6ca11b68 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,7 @@ build-fedora:
         libdmx-devel
         libselinux-devel
         libtool
-        make
+        meson
         nss-devel
         pam-devel
         plymouth-devel
@@ -39,9 +37,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=/usr/lib64 -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]