[gjs: 3/5] CI: fix GitLab manifest (yaml) style



commit 6cffc860710c716f97088bfbd4a8b93477f16b17
Author: Claudio André <claudioandre br gmail com>
Date:   Thu May 3 16:42:34 2018 -0300

    CI: fix GitLab manifest (yaml) style
    
    No-op.

 .gitlab-ci.yml | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8252ff91..d0862380 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,36 +33,41 @@ stages:
        echo;
     '
 
-    # Run static code analysis OR
-    # Build dependencies and 'make' gjs
+    # Run static code analysis OR
+    # Build GJS
     - 'if [[ -n "${CODECHECK}" ]]; then
          $(pwd)/test/test-ci.sh "$CODECHECK";
        else
          $(pwd)/test/test-ci.sh GJS;
-       fi'
+       fi
+    '
 
-    # Run extra tests
+    # Run installed extra tests
     - 'if [[ $BUILD_OPTS == *"--enable-installed-tests"* ]]; then
          $(pwd)/test/test-ci.sh GJS_EXTRA;
-       fi'
+       fi
+    '
 
     # Run code coverage tests
     - 'if [[ $BUILD_OPTS == *"--enable-code-coverage"* ]]; then
          $(pwd)/test/test-ci.sh GJS_COVERAGE;
-       fi'
+       fi
+    '
 
     # Run valgrind
     - 'if [[ $BUILD_OPTS == *"--enable-valgrind"* ]]; then
          $(pwd)/test/test-ci.sh VALGRIND;
-       fi'
+       fi
+    '
 
     - 'echo;
        echo "*********************************************";
        echo "***             See you soon              ***";
        echo "*********************************************";
     '
+
 #############################################
-# Able to test despite of any Docker image changes
+# Run a test despite of any Docker image change
 #############################################
 fedora:
   <<: *build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]