Check scripts update
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
base="/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/";
|
base=$(pwd)"/";
|
||||||
# must be run in ${base}
|
# must be run in ${base}
|
||||||
cd $base || exit;
|
cd $base || exit;
|
||||||
${base}tools/phan --progress-bar -C --analyze-twice;
|
${base}tools/phan --progress-bar -C --analyze-twice;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
base="/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/";
|
base=$(pwd)"/";
|
||||||
# must be run in ${base}
|
# must be run in ${base}
|
||||||
cd $base || exit;
|
cd $base || exit;
|
||||||
${base}tools/phpstan;
|
${base}tools/phpstan;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
# set base variables
|
# set base variables
|
||||||
BASE_PATH="/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/";
|
BASE_PATH=$(pwd)"/";
|
||||||
PHPUNIT_CONFIG="${BASE_PATH}phpunit.xml";
|
PHPUNIT_CONFIG="${BASE_PATH}phpunit.xml";
|
||||||
PHP_BIN_PATH=$(which php);
|
PHP_BIN_PATH=$(which php);
|
||||||
if [ -z "${PHP_BIN_PATH}" ]; then
|
if [ -z "${PHP_BIN_PATH}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user