summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 6 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 116bceed0..f7b8e107c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -327,30 +327,26 @@ gcc-8_unittestsbin:
tags:
- docker
-mplint:
- stage: lint
- script:
- - ./tools/ci/jobs/mplint.sh src po data
- <<: *job-push
- variables:
- PACKAGES: gcc g++ git
- make autoconf automake autopoint gettext
tags:
- docker
+
linters:
stage: lint
image: debian:buster
script:
+ - ./tools/ci/jobs/mplint.sh src po data
- ./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 pngcheck imagemagick git grep
+ MPLINT_PACKAGE_URL: "$CI_API_V4_URL/projects/mana%2Fmplint/jobs/artifacts/master/download?job=package_debian10_buster"
+ PACKAGES: git grep imagemagick pngcheck python unzip wget
tags:
- - lightweight
+ - docker
+
gcc-5_h_all:
stage: prebuild