New buildserver format
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m36s
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m36s
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user