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