[evince] ci: Use meson on the main build stage
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] ci: Use meson on the main build stage
- Date: Fri, 28 Sep 2018 22:00:06 +0000 (UTC)
commit 66c370bc59cd628438c2d8aad0770670284f8e01
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Fri Sep 28 18:58:38 2018 -0300
ci: Use meson on the main build stage
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c0c97ea..98df4d2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,13 +6,13 @@ master:
stage: build
script:
- - ./autogen.sh --enable-debug --enable-nautilus
- - make
+ - meson _build
+ - ninja -C _build all
artifacts:
when: on_failure
paths:
- - config.log
+ - _build/meson-logs/meson-log.txt
expire_in: 2 days
gtk-doc:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]