FFI is a hard requirement...
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2019-11-20 16:20:52 -05:00
parent 569b1d3f68
commit c2228afe33
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
}
}
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'apk add --no-cache php7-phpdbg php7-ffi'
sh 'curl -sS https://getcomposer.org/installer | php'
sh 'php composer.phar install --ignore-platform-reqs'
sh 'phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never -c phpunit.xml tests'