Try something out of CI
timw4mail/php-kilo/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2020-03-11 14:47:20 -04:00
parent ff6b5f616a
commit aa30ece762
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -9,7 +9,8 @@ pipeline {
steps {
sh 'curl -sS https://getcomposer.org/installer | php'
sh 'php composer.phar install'
sh 'phpdbg -dffi.enable=1 -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never -c phpunit.xml tests'
sh 'phpdbg -dffi.enable=1 -qrr -- ./vendor/bin/phpunit --coverage-text --coverage-clover clover.xml --colors=never -c phpunit.xml tests'
sh 'ls -al'
}
}
}