[rhythmbox/wip/sam/meson: 2/3] ci: Build tests using meson instead of autotools
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/sam/meson: 2/3] ci: Build tests using meson instead of autotools
- Date: Mon, 18 Oct 2021 17:37:05 +0000 (UTC)
commit 2ccde54a0e4e85d5458b1fd2ee7b200c8112cc02
Author: Sam Thursfield <sam afuera me uk>
Date: Tue Oct 27 20:44:59 2020 +0100
ci: Build tests using meson instead of autotools
.gitlab-ci.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b50729db3..bcbc4963f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,17 +12,17 @@ before_script:
libsoup2.4-dev libgudev-1.0-dev libmtp-dev libnotify-dev
libbrasero-media3-dev
libsecret-1-dev libpeas-dev yelp-tools x11proto-core-dev
- liblircclient-dev python3-dev python-gi-dev
+ liblircclient-dev python3-dev python-gi-dev python3-pip
libdmapsharing-3.0-dev libjson-glib-dev libgrilo-0.3-dev
- libxml2-dev libtdb-dev
+ libxml2-dev libtdb-dev ninja-build
+ - pip3 install meson
test:
stage: test
script:
- mkdir build
- cd build
- - NOCONFIGURE=1 ../autogen.sh
- - ../configure
- - make
- - make check
- - make install
+ - meson ..
+ - ninja
+ - meson test
+ - ninja install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]