|
|
@ -16,21 +16,21 @@ steps:
|
|
|
|
- ./bin/setup
|
|
|
|
- ./bin/setup
|
|
|
|
|
|
|
|
|
|
|
|
- name: code styling
|
|
|
|
- name: code styling
|
|
|
|
image: php
|
|
|
|
image: d.xr.to/php
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- ./vendor/bin/php-cs-fixer fix --dry-run src
|
|
|
|
- ./vendor/bin/php-cs-fixer fix --dry-run src
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- composer
|
|
|
|
- composer
|
|
|
|
|
|
|
|
|
|
|
|
- name: static analysis
|
|
|
|
- name: static analysis
|
|
|
|
image: php
|
|
|
|
image: d.xr.to/php
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src
|
|
|
|
- ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- composer
|
|
|
|
- composer
|
|
|
|
|
|
|
|
|
|
|
|
- name: testing
|
|
|
|
- name: testing
|
|
|
|
image: php
|
|
|
|
image: d.xr.to/php
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- ./vendor/bin/phpunit
|
|
|
|
- ./vendor/bin/phpunit
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
@ -42,4 +42,4 @@ volumes:
|
|
|
|
path: /tank/var/composer-cache
|
|
|
|
path: /tank/var/composer-cache
|
|
|
|
---
|
|
|
|
---
|
|
|
|
kind: signature
|
|
|
|
kind: signature
|
|
|
|
hmac: 84afe435279ccb4c4a3b21afd3529f518215997425246e0b94690a80af9f2839
|
|
|
|
hmac: 14e6f6584181d960650e6f38c42740c8b9a50d17ba6e61a6177ff824313a0bdd
|