exclude documentation

This commit is contained in:
Dennis Eichhorn 2020-09-26 13:10:56 +02:00
parent fdaae7796b
commit 57ed318190
2 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,8 @@ cd ${BUILD_PATH}
. ${BUILD_PATH}/Inspection/inspect.sh
# Build documentation
echo "#################################################"
echo "Start documentation generation"
echo "#################################################"
#echo "#################################################"
#echo "Start documentation generation"
#echo "#################################################"
php ${TOOLS_PATH}/documentor.phar -s ${ROOT_PATH}/phpOMS -d ${BASE_PATH}/Inspection/Test/Php/DocBlock -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -b https://orange-management.org/Inspection/Test/Php/DocBlock
#php ${TOOLS_PATH}/documentor.phar -s ${ROOT_PATH}/phpOMS -d ${BASE_PATH}/Inspection/Test/Php/DocBlock -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -b https://orange-management.org/Inspection/Test/Php/DocBlock

View File

@ -117,7 +117,7 @@ wget -q --tries=2 -nc https://github.com/phpstan/phpstan/releases/download/0.12.
wget -q --tries=2 -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar
wget -q --tries=2 -nc https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.1/php-cs-fixer.phar
wget -q --tries=2 -nc https://github.com/jasmine/jasmine/releases/download/v3.1.0/jasmine-standalone-3.1.0.zip
wget -q --tries=2 -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar
#wget -q --tries=2 -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar
wget -q --tries=2 -nc https://github.com/Orange-Management/TestReportGenerator/releases/download/1.1.0-rc3/ testreportgenerator.phar
unzip -n -j jasmine-standalone-3.1.0.zip -d ${ROOT_PATH}/jsOMS/tests >/dev/null