Make a drone.yml file

master
Nightly 2022-09-21 21:41:23 +02:00
parent bbe572ee56
commit 65bc29a99a
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit --configuration phpunit.xml