1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:35:56 +00:00
Files
tt-rss/.gitlab-ci.yml
2017-04-26 14:01:25 +03:00

17 lines
345 B
YAML

image: php:5.6
before_script:
- curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
- chmod +x /usr/bin/phpmd
stages:
- test
jobs:
when: manual
stage: test
script:
- phpmd.phar include text utils/gitlab-ci/phpmd-ruleset.xml
- phpmd.phar classes text utils/gitlab-ci/phpmd-ruleset.xml