From f01b9f258968f45d40e0d182e8c35db861958052 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Oct 2017 20:49:57 +0300 Subject: Join different small linter jobs into one in .gitlab-ci.yml --- .gitlab-ci.yml | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 839bb85d6..74836a528 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -294,13 +294,16 @@ mplint: PACKAGES: gcc g++ git make autoconf automake autopoint gettext -cpplint: +linters: stage: prebuild script: + - ./tools/ci/jobs/pngcheck.sh + - ./tools/ci/jobs/imagemagiccheck.sh - ./tools/ci/jobs/cpplint.sh + - ./tools/ci/jobs/nsiqcppstyle.sh <<: *job-push variables: - PACKAGES: python wget + PACKAGES: python wget pngcheck imagemagick git grep gcc-5_h_all: stage: prebuild @@ -335,30 +338,6 @@ gcc-5_h_all_i386: tags: - docker -pngcheck: - stage: prebuild - script: - - ./tools/ci/jobs/pngcheck.sh - <<: *job-push - variables: - PACKAGES: pngcheck - -icccheck: - stage: prebuild - script: - - ./tools/ci/jobs/imagemagiccheck.sh - <<: *job-push - variables: - PACKAGES: imagemagick - -nsiqcppstyle: - stage: prebuild - script: - - ./tools/ci/jobs/nsiqcppstyle.sh - <<: *job-push - variables: - PACKAGES: "git python grep" - # tests # disabled due gitlab bug -- cgit v1.2.3-70-g09d2