.gitlab-ci.yml 248 B

123456789101112131415
  1. image: php:5.6
  2. before_script:
  3. - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
  4. - chmod +x /usr/bin/phpmd
  5. stages:
  6. - test
  7. jobs:
  8. when: manual
  9. stage: test
  10. script:
  11. - sh utils/gitlab-ci/phpmd.sh