diff --git a/Jenkinsfile b/Jenkinsfile index 36cb02e..0a6b031 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { sh 'curl -sS https://getcomposer.org/installer | php' sh 'rm -rf ./vendor' sh 'rm -f composer.lock' + sh 'phive install' sh 'php composer.phar install --ignore-platform-reqs' } } @@ -51,7 +52,7 @@ pipeline { } } } -/* stage('Code Cleanliness') { + stage('Code Cleanliness') { agent any steps { sh 'touch build/logs/phpstan.log' @@ -61,7 +62,7 @@ pipeline { tools: [phpStan(reportEncoding: 'UTF-8', pattern: 'build/logs/phpstan.log')] ) } - } */ + } } post { success { diff --git a/build/docker_install.sh b/build/docker_install.sh index 0e92bab..2586f1d 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -14,4 +14,5 @@ apt-get update && apt-get install -y \ docker-php-ext-install zip pecl install apcu pecl install memcached -docker-php-ext-enable apcu memcached \ No newline at end of file +pecl install pcov +docker-php-ext-enable apcu memcached pcov \ No newline at end of file diff --git a/build/header_comment.txt b/build/header_comment.txt index b6b7fa8..602ff4e 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -9,6 +9,6 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index b22dcc0..1dac9ed 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -1,15 +1,29 @@ - - - build/phpdoc - - - phpdoc - - -