]> git.wh0rd.org - tt-rss.git/blame - .gitlab-ci.yml
update_daemon: mask phpmd stuff
[tt-rss.git] / .gitlab-ci.yml
CommitLineData
833636bb 1image: php:5.6\r
94eedc29
AD
2\r
3before_script:\r
833636bb
AD
4 - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar\r
5 - chmod +x /usr/bin/phpmd\r
94eedc29
AD
6\r
7stages:\r
8 - test\r
9\r
10jobs:\r
a7bb248c 11 when: manual\r
94eedc29
AD
12 stage: test\r
13 script:\r
2f3bce59
AD
14 - sh utils/gitlab-ci/phpmd.sh\r
15\r