Generate interop-related code in docker build

pull/1166/head
murgatroid99 10 years ago
parent 7a6ecc2f91
commit 650b2c71b9
  1. 2
      tools/dockerfile/grpc_php/Dockerfile

@ -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 && 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
Loading…
Cancel
Save