ttrss/.gitlab-ci.yml

16 lines
248 B
YAML
Raw Normal View History

2017-04-26 13:01:25 +02:00
image: php:5.6
before_script:
2017-04-26 13:01:25 +02:00
- 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:
2017-04-26 14:33:01 +02:00
- sh utils/gitlab-ci/phpmd.sh