[gnome-control-center] CI: add status information to the build
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] CI: add status information to the build
- Date: Mon, 14 May 2018 22:46:24 +0000 (UTC)
commit 4a5a2c72802101771fb0dc86f86a71a450427487
Author: Claudio André <claudioandre br gmail com>
Date: Mon May 14 14:32:38 2018 -0300
CI: add status information to the build
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a51869f64..516ae9577 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,10 +18,12 @@ build:
expire_in: 3h30min
script:
+ - echo "== Building =="
- meson . _build
- ninja -C _build
- - ninja -C _build install
+ - echo "== Installing =="
+ - ninja -C _build install
##
# Stage: Test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]