Implemented CI Pipeline.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Abel Hoogeveen 2022-12-28 10:59:47 +01:00
parent 30f737ccb1
commit c4b3094257
1 changed files with 18 additions and 0 deletions

18
.drone.yml Normal file
View File

@ -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