You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
768 B
YAML

---
name: default
kind: pipeline
type: docker
steps:
- name: setup
image: composer
volumes:
- name: composer
path: /composer
environment:
COMPOSER_HOME: /composer
commands:
- composer install --no-ansi --no-interaction
- ./bin/setup
- name: code styling
image: php
commands:
- ./vendor/bin/php-cs-fixer fix --dry-run src
- name: static analysis
image: php
commands:
- ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src
- name: testing
image: php
commands:
- ./vendor/bin/phpunit
volumes:
- name: composer
host:
path: /tank/var/composer-cache
---
kind: signature
hmac: fd1d277c15a04d7dd149408de6f7ecf615c971933958b98932acb1eab759251f