[gjs: 1/2] CI: warn when CI really begins
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/2] CI: warn when CI really begins
- Date: Fri, 9 Mar 2018 07:09:35 +0000 (UTC)
commit 1cf3ba717db0ce4d234cbed892e33956c8e9ace9
Author: Claudio André <claudioandre br gmail com>
Date: Tue Mar 6 15:18:15 2018 -0300
CI: warn when CI really begins
.gitlab-ci.yml | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9645aec..d718d4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,14 @@ stages:
- $(pwd)/tokei/
script:
+ # CI starts here. Previous messages are GitLab Runner setup.
+ - echo
+ - echo "*********************************************"
+ - echo "*** JavaScript bindings for GNOME ***"
+ - echo "*** Continuous Integration ***"
+ - echo "*********************************************"
+ - echo
+
# Run static code analysis OR
# Build dependencies and 'make check' gjs
- 'if [[ -n "${CODECHECK}" ]]; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]