diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-03 22:41:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-03 22:47:34 +0300 |
commit | bb2b168a1b4ce9cb471157dd688f4b450a905a0e (patch) | |
tree | 4c55a9ec4b16df4d73bf21f31a3d87a77aea6911 /.gitlab-ci.yml | |
parent | 8926a2ff8f3eb6eb1666a0b4ea7c2eafac727a7b (diff) | |
download | plus-bb2b168a1b4ce9cb471157dd688f4b450a905a0e.tar.gz plus-bb2b168a1b4ce9cb471157dd688f4b450a905a0e.tar.bz2 plus-bb2b168a1b4ce9cb471157dd688f4b450a905a0e.tar.xz plus-bb2b168a1b4ce9cb471157dd688f4b450a905a0e.zip |
Add nsiqcppstyle check tool into .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec2bb0b70..92be10e2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -329,6 +329,14 @@ icccheck: variables: PACKAGES: imagemagick +nsiqcppstyle: + stage: prebuild + script: + - ./tools/ci/jobs/nsiqcppstyle.sh + <<: *job-push + variables: + PACKAGES: "git python grep" + # tests # disabled due memory issue. Probably out of memory of gcc issues |