diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e5532fd --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: docker +name: test + +steps: + - name: composer + image: registry.i15.nl/i15/fuzephp:8.1-alpine + commands: + - composer install + + - name: test + image: registry.i15.nl/i15/fuzephp:8.1-alpine + commands: + - docker-php-ext-enable xdebug + - vendor/bin/phpunit -c test/phpunit.xml + +image_pull_secrets: + - dockerconfig \ No newline at end of file