mmk2410
/
my-todo-list
Archived
1
0
Fork 0

Add woodpecker.yml
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Marcel Kapfer 2021-10-22 19:22:19 +02:00
parent 90328431b9
commit 6885d2160a
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 7 additions and 0 deletions

7
.woodpecker.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
test:
image: php:7.4-cli
pull: true
commands:
- bash ci/docker_install.sh > /dev/null
- php composer.phar run test