New buildserver format
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m36s

This commit is contained in:
Jens True 2024-03-21 09:48:08 +00:00
parent 8a699ccf79
commit 4b59f3dfee

@ -1,24 +1,24 @@
steps:
requirements:
- name: requirements
image: composer
commands:
- composer install --no-dev
run:
- name: run
image: php:cli-bookworm
commands:
- ./backup show config.example.yml
dependencies:
- name: dependencies
image: composer
commands:
- composer install
- composer analyze
test:
- name: test
image: php:cli-bookworm
commands:
- apt update
- apt install rclone
- vendor/bin/phpunit tests
document:
- vendor/bin/phpunit --no-coverage
- name: document
image: phpdoc/phpdoc
commands:
- phpdoc run