Skip to content
Snippets Groups Projects
Commit 78023cea authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1166 from murgatroid99/docker_php_regen_code

Generate interop-related code in PHP docker build
parents bdf24cfc 650b2c71
Branches
Tags
No related merge requests found
...@@ -48,4 +48,6 @@ RUN cd /var/local/git/grpc/src/php/ext/grpc \ ...@@ -48,4 +48,6 @@ RUN cd /var/local/git/grpc/src/php/ext/grpc \
RUN cd /var/local/git/grpc/src/php && composer install RUN cd /var/local/git/grpc/src/php && composer install
RUN cd /var/local/git/grpc/src/php && protoc-gen-php -i tests/interop/ -o tests/interop/ tests/interop/test.proto
RUN cd /var/local/git/grpc/src/php && ./bin/run_tests.sh RUN cd /var/local/git/grpc/src/php && ./bin/run_tests.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment