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