[gnome-music/wip/mschraal/meson] CI: fix with meson
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/meson] CI: fix with meson
- Date: Tue, 20 Feb 2018 22:43:12 +0000 (UTC)
commit 2a40b0b7827b04a1cd5c0f65e94c6d7a44bd0c6b
Author: Marinus Schraal <mschraal gnome org>
Date: Tue Feb 20 23:39:03 2018 +0100
CI: fix with meson
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b44d2f8..e95b32f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,16 +16,16 @@ build:
script:
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
- git submodule update --init
- - ./autogen.sh
- - make
+ - meson builddir
+ - ninja -C builddir
deploy:
stage: deploy
script:
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
- git submodule update --init
- - ./autogen.sh
- - make distcheck
+ - meson builddir
+ - ninja dist -C builddir
only:
- tags
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]