mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-22 08:38:40 +00:00
many small fixes
This commit is contained in:
parent
28fb6ddbfe
commit
26e0b3e74c
|
|
@ -24,4 +24,3 @@ git submodule add https://github.com/karaka-management/oms-RiskManagement.git Mo
|
|||
git submodule add https://github.com/karaka-management/oms-HumanResourceTimeRecording.git Modules/HumanResourceTimeRecording
|
||||
git submodule add https://github.com/karaka-management/oms-HumanResourceManagement.git Modules/HumanResourceManagement
|
||||
git submodule add https://github.com/karaka-management/oms-Workflow.git Modules/Workflow
|
||||
git submodule add https://github.com/karaka-management/oms-Job.git Modules/Job
|
||||
|
|
@ -18,3 +18,6 @@ php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=$
|
|||
php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=${ROOT_PATH}/phpOMS/Autoloader.php -l 9 -c ${BUILD_PATH}/Config/phpstan.neon ${ROOT_PATH}/Web > ${INSPECTION_PATH}/Web/phpstan.log
|
||||
|
||||
php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=${ROOT_PATH}/phpOMS/Autoloader.php -l 9 -c ${BUILD_PATH}/Config/phpstan.neon --error-format=json ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Test/Php/phpstan.json
|
||||
|
||||
# Cli debugging
|
||||
# php -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.profiler_enable=1
|
||||
Loading…
Reference in New Issue
Block a user