mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-12 17:18:40 +00:00
exclude documentation
This commit is contained in:
parent
fdaae7796b
commit
57ed318190
|
|
@ -12,8 +12,8 @@ cd ${BUILD_PATH}
|
||||||
. ${BUILD_PATH}/Inspection/inspect.sh
|
. ${BUILD_PATH}/Inspection/inspect.sh
|
||||||
|
|
||||||
# Build documentation
|
# Build documentation
|
||||||
echo "#################################################"
|
#echo "#################################################"
|
||||||
echo "Start documentation generation"
|
#echo "Start documentation generation"
|
||||||
echo "#################################################"
|
#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
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -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/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/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/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
|
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
|
unzip -n -j jasmine-standalone-3.1.0.zip -d ${ROOT_PATH}/jsOMS/tests >/dev/null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user