diff options
author | asuratva <asuratva@proton.me> | 2024-05-14 11:09:48 +0530 |
---|---|---|
committer | asuratva <asuratva@proton.me> | 2024-05-14 11:09:48 +0530 |
commit | 9294f5a1ba84c7a4e947ab94a2645625e8a6171d (patch) | |
tree | 66d24f02d8ecef2e6effc827a84e408607932ca2 /.gitlab-ci.yml | |
parent | 0595fe73ac239710a77e6afa8783f7c12d26350b (diff) | |
parent | 4337008fdeef5bb01be2fc6fed1683d5941f23ae (diff) | |
download | plus-9294f5a1ba84c7a4e947ab94a2645625e8a6171d.tar.gz plus-9294f5a1ba84c7a4e947ab94a2645625e8a6171d.tar.bz2 plus-9294f5a1ba84c7a4e947ab94a2645625e8a6171d.tar.xz plus-9294f5a1ba84c7a4e947ab94a2645625e8a6171d.zip |
Merge branch 'master' of https://git.themanaworld.org/mana/plus
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
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 |