From e50f954309a191a66dd000d0c623211a21fadf87 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 10 May 2022 15:19:22 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..575b14ccc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +steps: +- name: install + image: composer + commands: + - composer install + +- name: test + image: php:8 + commands: + - vendor/bin/simple-phpunit