X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.scrutinizer.yml;h=194297f672c4e4aacdc98da01d916d3076a50152;hb=9e83c3bdf04018c66e71c8dde790cbfa747d4fd3;hp=dee92922afd2b5d672789943e8e44439cdfefe6a;hpb=160e2d8f0b1e4c3e9fe7f89300de22c5ef334833;p=github%2Fwallabag%2Fwallabag.git diff --git a/.scrutinizer.yml b/.scrutinizer.yml index dee92922..194297f6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -26,3 +26,18 @@ tools: checks: php: code_rating: true + +# use the new PHP analysis engine +# https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run + + dependencies: + override: + - npm install -g 'yarn' + - yarn install --force + - COMPOSER_MEMORY_LIMIT=-1 composer install -o --no-interaction --no-progress --prefer-dist