Shikiryu_Backup/.drone.yml

15 lines
325 B
YAML
Raw Permalink Normal View History

2021-06-30 13:29:16 +02:00
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:
2021-06-30 16:00:24 +02:00
- vendor/bin/phpmd app text phpmd.xml
2021-06-30 15:46:37 +02:00
- vendor/bin/phpcs --standard=PSR2 app
2021-06-30 16:00:24 +02:00
- vendor/bin/phpcpd app