Add woodpecker.yml
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
90328431b9
commit
6885d2160a
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal 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
|
Reference in a new issue