MAPG-2020 run PHPStan with 1G memory limit
All checks were successful
default-pipeline default-pipeline #11

This commit is contained in:
Bence Pőcze 2021-01-01 22:34:32 +01:00
parent 77c71ab2da
commit db3094eb62
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -23,4 +23,4 @@ pipelines:
- apt-get update && apt-get install -y unzip - apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install - composer install
- vendor/bin/phpstan analyse -c phpstan.neon --error-format=prettyJson > static_code_analysis_results.json - php -d memory_limit=1G vendor/bin/phpstan analyse -c phpstan.neon --error-format=prettyJson > static_code_analysis_results.json