MAPG-2020 run PHPStan with 1G memory limit #4

Merged
bence merged 1 commits from bugfix/MAPG-2020-phpstan-needs-bigger-memory-limit into develop 2021-01-01 22:36:57 +01:00
Showing only changes of commit db3094eb62 - Show all commits

View File

@ -23,4 +23,4 @@ pipelines:
- apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- 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