diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-06 19:19:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-06 19:19:19 +0300 |
commit | e84760c24b479ae735cc64e72cd4a42551fba7a8 (patch) | |
tree | f4fdfb58ee4f41919fd4bf73f1745f29c4cfaecc /.gitlab-ci.yml | |
parent | bcdbc39b6efe7391866c81ef82a2e9358b6c3ff4 (diff) | |
download | plus-e84760c24b479ae735cc64e72cd4a42551fba7a8.tar.gz plus-e84760c24b479ae735cc64e72cd4a42551fba7a8.tar.bz2 plus-e84760c24b479ae735cc64e72cd4a42551fba7a8.tar.xz plus-e84760c24b479ae735cc64e72cd4a42551fba7a8.zip |
Add ci test for image icc profiles.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2c16f3ef..788f5e08f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,6 +147,17 @@ pngcheck: when: on_failure expire_in: 3 week +icccheck: + stage: prebuild + script: + - ./tools/ci/jobs/imagemagiccheck.sh + image: debian:unstable + artifacts: + paths: + - logs + when: on_failure + expire_in: 3 week + # tests gcc-5_sanitize_tests: |