[gnome-autoar/wip/oholy/meson-test: 2/5] ci: Change build system to meson
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar/wip/oholy/meson-test: 2/5] ci: Change build system to meson
- Date: Thu, 5 Aug 2021 12:28:39 +0000 (UTC)
commit dc4ee4d4844c8d43f9f2f4bc497f55052356f550
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Thu Aug 5 12:27:24 2021 +0200
ci: Change build system to meson
.gitlab-ci.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b8504d..a4da078 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,10 +5,8 @@ fedora rawhide:
tags:
- x86_64
script:
- - ./autogen.sh
- - make
- - cd tests
- - ./test-extract-unit
+ - meson setup _build --prefix=/usr -Dgtk_doc=false -Dintrospection=enabled -Dtests=true
+ - ninja -C _build test
allow_failure: true
update image:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]