Adding .woodpecker pipelines
This commit is contained in:
parent
967e61c6c6
commit
b10284a7cb
2 changed files with 12 additions and 0 deletions
6
.woodpecker/code-style.yml
Normal file
6
.woodpecker/code-style.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
code-style:
|
||||||
|
image: thecodingmachine/php:7.4-v4-cli
|
||||||
|
commands:
|
||||||
|
- composer install
|
||||||
|
- vendor/bin/phpcs --standard=DigiComp src
|
6
.woodpecker/test.yml
Normal file
6
.woodpecker/test.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
functional-tests:
|
||||||
|
image: thecodingmachine/php:7.4-v4-cli
|
||||||
|
commands:
|
||||||
|
- "composer install"
|
||||||
|
- "vendor/bin/phpunit --configuration phpunit.xml.dist"
|
Loading…
Reference in a new issue