Split progressbar output into two windows.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-31 13:15:06 +00:00
parent 37049ba6f4
commit 7ab7998ac7
3 changed files with 40 additions and 27 deletions

View File

@ -11,4 +11,7 @@ sudo dpkg -i rclone-current-linux-amd64.deb
# PHP Docs
wget https://phpdoc.org/phpDocumentor.phar
chmod +x phpDocumentor.phar
./phpDocumentor.phar
./phpDocumentor.phar
# Test, analyze, metrics, document
./composer.phar test-coverage && ./composer.phar analyze && ./composer.phar metrics && ./composer.phar doc