Extended build by documentor

This commit is contained in:
Dennis Eichhorn 2016-08-20 12:18:42 +02:00
parent 926205f4af
commit 09873a4dc3
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
# Executing unit tests
php ${ROOT_PATH}/phpunit.phar --configuration ${ROOT_PATH}/${TEST_PATH}/PHPUnit/phpunit_default.xml > ${ROOT_PATH}/${BUILD_PATH}/logs/phpunit.log
#phpdbg -qrr phpunit.phar --configuration Tests/PHPUnit/phpunit_default.xml
#php Documentor/src/index.php -s C:\Users\coyle\Desktop\Orange-Management\phpOMS -d C:\Users\coyle\Desktop\outtest -c C:\Users\coyle\Desktop\Orange-Management\Build\log\coverage.xml -u C:\Users\coyle\Desktop\Orange-Management\Build\log\test.xml -g C:\Users\coyle\Desktop\Orange-Management\Developer-Guide
# Stats & metrics
php ${ROOT_PATH}/phploc.phar ${ROOT_PATH}/phpOMS/ > ${ROOT_PATH}/${BUILD_PATH}/Framework/phploc.log

1
var.sh
View File

@ -31,6 +31,7 @@ GITHUB_URL[15]="https://github.com/Orange-Management/Tests.git"
GITHUB_URL[16]="https://github.com/Orange-Management/Web.git"
GITHUB_URL[17]="https://github.com/Orange-Management/Website.git"
GITHUB_URL[18]="https://github.com/Orange-Management/GitDashboard.git"
GITHUB_URL[19]="https://github.com/Orange-Management/Documentor.git"
GIT_BRANCH="develop"