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: steps:
requirements: - name: requirements
image: composer image: composer
commands: commands:
- composer install --no-dev - composer install --no-dev
run: - name: run
image: php:cli-bookworm image: php:cli-bookworm
commands: commands:
- ./backup show config.example.yml - ./backup show config.example.yml
dependencies: - name: dependencies
image: composer image: composer
commands: commands:
- composer install - composer install
- composer analyze - composer analyze
test: - name: test
image: php:cli-bookworm image: php:cli-bookworm
commands: commands:
- apt update - apt update
- apt install rclone - apt install rclone
- vendor/bin/phpunit tests - vendor/bin/phpunit --no-coverage
document: - name: document
image: phpdoc/phpdoc image: phpdoc/phpdoc
commands: commands:
- phpdoc run - phpdoc run