]> git.wh0rd.org - tt-rss.git/blob - .gitlab-ci.yml
remove before_script
[tt-rss.git] / .gitlab-ci.yml
1 phpmd:
2 image: php:5.6
3 script:
4 - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
5 - chmod +x /usr/bin/phpmd
6 - sh utils/gitlab-ci/phpmd.sh
7
8 schema:
9 image: fox/selenium-ci
10 when: manual
11 script:
12 - /etc/init.d/postgresql start
13 - /usr/local/sbin/init-database.sh
14 - sh ./utils/gitlab-ci/check-schema.sh