]> git.wh0rd.org - tt-rss.git/blobdiff - .gitlab-ci.yml
pngcrush.sh
[tt-rss.git] / .gitlab-ci.yml
index 46279336baf00a4770fb6b62b0f6e6491f2fb51a..cd5ecb0d4a7de8b3933d96d7144fbd98dd178ea7 100644 (file)
@@ -1,5 +1,6 @@
 phpmd:\r
   image: php:5.6\r
+  when: manual\r
   script:\r
     - sh utils/gitlab-ci/php-lint.sh\r
     - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar\r
@@ -23,6 +24,8 @@ phpunit_basic:
     - sh ./utils/gitlab-ci/check-schema.sh\r
     - cp utils/gitlab-ci/config-template.php config.php\r
     - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"\r
+    - wget -O /usr/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar\r
+    - chmod +x /usr/bin/phpunit\r
     - phpunit tests/*.php\r
 \r
 phpunit_functional:\r