Shikiryu_Backup/.drone.yml
Clement Desmidt 684656de44
Some checks failed
continuous-integration/drone/push Build is failing
👷 Go from PHPCensor to Drone
2021-06-30 13:29:16 +02:00

15 lines
298 B
YAML

kind: pipeline
name: default
steps:
- name: install
pull: if-not-exists
image: composer
commands:
- composer install --ignore-platform-reqs
- name: test
image: php:7
commands:
- vendor/bin/phpmd
- vendor/bin/phpcs --standard=PSR2
- vendor/bin/phpcpd