Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 2 additions and 4 deletions
Showing only changes of commit d688dbdd2f - Show all commits

6
Jenkinsfile vendored
View File

@ -34,10 +34,8 @@ pipeline {
} }
} }
steps { steps {
sh 'apk update && apk upgrade' sh 'apk add --no-cache git php7-phpdbg'
sh 'which phpdbg' sh 'phpdbg -dmemory_limit=2g -qrr -- ./vendor/bin/phpunit --coverage-text --coverage-clover clover.xml --colors=never'
sh 'phpdbg -V'
sh 'phpdbg -dmemory_limit=-1 -qrr -- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --colors=never'
step([ step([
$class: 'CloverPublisher', $class: 'CloverPublisher',
cloverReportDir: '', cloverReportDir: '',