Attempt to fix build
All checks were successful
Gitea - aviat/banker/pipeline/head This commit looks good
All checks were successful
Gitea - aviat/banker/pipeline/head This commit looks good
This commit is contained in:
parent
b87a92296d
commit
f7a754ef56
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,14 +6,14 @@ node {
|
|||||||
sh "sh build/docker_install.sh > /dev/null"
|
sh "sh build/docker_install.sh > /dev/null"
|
||||||
sh "curl -sS https://getcomposer.org/installer | php"
|
sh "curl -sS https://getcomposer.org/installer | php"
|
||||||
sh "php composer.phar install --ignore-platform-reqs"
|
sh "php composer.phar install --ignore-platform-reqs"
|
||||||
sh "phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never"
|
sh "phpdbg -qrr -- ./vendor/bin/phpunit -c build --coverage-text --colors=never"
|
||||||
}
|
}
|
||||||
docker.image("php:8").withRun("-e REDIS_HOST=redis -e REDIS_PORT=11212 -e MEMCACHED_HOST=mem -e MEMCACHED_PORT=6380 --link ${d.id}:redis --link ${c.id}:mem") { p ->
|
docker.image("php:8").withRun("-e REDIS_HOST=redis -e REDIS_PORT=11212 -e MEMCACHED_HOST=mem -e MEMCACHED_PORT=6380 --link ${d.id}:redis --link ${c.id}:mem") { p ->
|
||||||
checkout scm
|
checkout scm
|
||||||
sh "sh build/docker_install.sh > /dev/null"
|
sh "sh build/docker_install.sh > /dev/null"
|
||||||
sh "curl -sS https://getcomposer.org/installer | php"
|
sh "curl -sS https://getcomposer.org/installer | php"
|
||||||
sh "php composer.phar install --ignore-platform-reqs"
|
sh "php composer.phar install --ignore-platform-reqs"
|
||||||
sh "phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never"
|
sh "phpdbg -qrr -- ./vendor/bin/phpunit -c build --coverage-text --colors=never"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user