X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=cd5ecb0d4a7de8b3933d96d7144fbd98dd178ea7;hb=e2b8c9273e09091c235959c25d8e4d8122aa6ca8;hp=b0aea296859965a5c6cc4bbcd8bdb4d5458cf4cb;hpb=9c8a79759873b94bb627f1cef979f3b108837f04;p=tt-rss.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0aea296..cd5ecb0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ phpmd: image: php:5.6 + when: manual script: - sh utils/gitlab-ci/php-lint.sh - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar @@ -21,7 +22,10 @@ phpunit_basic: - /etc/init.d/postgresql start - /usr/local/sbin/init-database.sh - sh ./utils/gitlab-ci/check-schema.sh + - cp utils/gitlab-ci/config-template.php config.php - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1" + - wget -O /usr/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar + - chmod +x /usr/bin/phpunit - phpunit tests/*.php phpunit_functional: