Skip to content
Snippets Groups Projects
Commit 96264c07 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

php: use real artifact name in jenkins test

parent d53957cf
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,9 @@ set -ex
cd $(dirname $0)
cp -r $EXTERNAL_GIT_ROOT/input_artifacts/grpc-php.tgz .
cp -r $EXTERNAL_GIT_ROOT/input_artifacts/grpc-*.tgz .
pecl install grpc-php.tgz
find . -regextype sed -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \
xargs pecl install
php -d extension=grpc.so -d max_execution_time=300 distribtest.php
......@@ -37,4 +37,4 @@ mkdir -p artifacts
pear package
cp -r grpc-*.tgz artifacts/grpc-php.tgz
cp -r grpc-*.tgz artifacts/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment