diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-11-21 09:20:12 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-11-22 12:26:53 +0000 |
| commit | 14214efb9797b9d89206f19ab81e7fe7b6e06a29 (patch) | |
| tree | 9dea7348abb40f2e4f5589f194a337650be2b4ad /.gitlab-ci.yml | |
| parent | Fix command-line export logic. (diff) | |
| download | inkscape-14214efb9797b9d89206f19ab81e7fe7b6e06a29.tar.gz inkscape-14214efb9797b9d89206f19ab81e7fe7b6e06a29.zip | |
check-license-headers separate CI job
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
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 |
