summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-21 09:20:12 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-22 12:26:53 +0000
commit14214efb9797b9d89206f19ab81e7fe7b6e06a29 (patch)
tree9dea7348abb40f2e4f5589f194a337650be2b4ad
parentFix command-line export logic. (diff)
downloadinkscape-14214efb9797b9d89206f19ab81e7fe7b6e06a29.tar.gz
inkscape-14214efb9797b9d89206f19ab81e7fe7b6e06a29.zip
check-license-headers separate CI job
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 653d73705..623a1abc8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,7 +139,13 @@ test:linux:
script:
- cd build
- ctest -V
- - make check-license-headers
+
+check-license-headers:
+ stage: build
+ except:
+ - schedules
+ script:
+ - python buildtools/check_license_headers.py
translations:
stage: build