👷 Ajoute la CI par Drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shikiryu 2021-06-22 16:55:16 +02:00
parent fc9bbd9e4d
commit b1fc84abab
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 config.xml