[glib: 1/4] ci: Run the style-check pipeline stage first



commit efa7fa037566be33df47f0fdb5d0cc9685816845
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Nov 26 12:17:42 2019 +0000

    ci: Run the style-check pipeline stage first
    
    Don’t waste CI resources on compiling things which don’t comply with the
    style rules.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01cf6acb1..5b760ce63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
 stages:
+  - style-check
   - build
   - coverage
   - analysis
   - deploy
-  - style-check
 
 cache:
   paths:


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