mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 16:38:39 +00:00
Update buildProject.sh
This commit is contained in:
parent
f3bc6e2e9f
commit
f19be01aee
|
|
@ -14,7 +14,7 @@ mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
||||||
#echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
#echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||||
|
|
||||||
# Run inspection
|
# Run inspection
|
||||||
. inspect.sh
|
. Inspection/inspect.sh
|
||||||
|
|
||||||
# Build documentation
|
# Build documentation
|
||||||
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 http://docs.orange-management.de
|
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 http://docs.orange-management.de
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user