[gnome-autoar] ci: Change build system to meson
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar] ci: Change build system to meson
- Date: Mon, 9 Aug 2021 13:47:50 +0000 (UTC)
commit 99eba5a7e520a25b3800d68efc0aed20b0aa2b88
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 | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f42ad0..0d5cf1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,13 +7,9 @@ fedora latest:
tags:
- x86_64
script:
- - ./autogen.sh
- - make
- - cd tests
- - ./test-extract-unit
- - cd ..
+ - meson setup _build --prefix=/usr -Dgtk_doc=false -Dintrospection=enabled -Dtests=true
+ - ninja -C _build test
- check-abi $LAST_ABI_BREAK $(git rev-parse HEAD)
-
update image:
variables:
STORAGE_DRIVER: vfs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]