mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-19 07:18:40 +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
|
||||
|
||||
# Run inspection
|
||||
. inspect.sh
|
||||
. Inspection/inspect.sh
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user