ttrss/.gitlab-ci.yml

15 lines
365 B
YAML
Raw Normal View History

2017-04-26 15:00:03 +02:00
phpmd:
image: php:5.6
script:
2017-04-26 15:01:39 +02:00
- curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
- chmod +x /usr/bin/phpmd
2017-04-26 14:33:01 +02:00
- sh utils/gitlab-ci/phpmd.sh
2017-04-26 15:00:03 +02:00
schema:
image: fox/selenium-ci
when: manual
script:
- /etc/init.d/postgresql start
- /usr/local/sbin/init-database.sh
- sh ./utils/gitlab-ci/check-schema.sh