diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-05 22:55:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-05 22:55:41 +0300 |
commit | 844745700775a1dd933f01de4563fd2d7a79b427 (patch) | |
tree | dabf9cd9173aaaef530e0a7012fb5d7bcc6c7536 /.gitlab-ci.yml | |
parent | 67b82d66becabfe337503329f575e6c2f0f7f7cb (diff) | |
download | clientdata-844745700775a1dd933f01de4563fd2d7a79b427.tar.gz clientdata-844745700775a1dd933f01de4563fd2d7a79b427.tar.bz2 clientdata-844745700775a1dd933f01de4563fd2d7a79b427.tar.xz clientdata-844745700775a1dd933f01de4563fd2d7a79b427.zip |
Add into ci scripts images format check with pngcheck.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 146a6886..8722aa98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,11 @@ contributors: - ./.tools/contributors.sh - pwd +testxml: + stage: test + script: + - ./.tools/pngcheck.sh + pages: stage: deploy script: |