[gnome-shell/wip/fmuellner/ci-test: 2/2] ci: Skip changes when appropriate



commit 994d29270246cf75210703de5b933bac618a127d
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 12 20:19:31 2019 +0100

    ci: Skip changes when appropriate
    
    We don't have to run the static analyzer on javascript sources when
    no javascript source was changed. Similarily, don't trigger a full
    build when *only* javascript sources changed.

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 326fe5498..da1266695 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,3 +54,7 @@ build:
             /gnome-shell-pot/ { start=1; }
           ' | tee $POT_LOG
         - (! grep -q . $POT_LOG)
+
+    except:
+        changes:
+            - js


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