build Sphinx documentation and use php -S to actually view it

This commit is contained in:
Dominik Liebler
2019-02-25 22:15:04 +01:00
parent 8dd39599e7
commit 7e7cccab64
4 changed files with 10 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ vendor: composer.phar
php composer.phar install
cs: install
./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .
./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor,_build .
test: install cs
test: install
./vendor/bin/phpunit