mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
This commit is contained in:
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user