Simplified script

pull/1233/head
murgatroid99 10 years ago
parent 5983849988
commit 35d06e99fb
  1. 11
      src/php/bin/generate_proto_php.sh

@ -32,12 +32,9 @@
set +e
cd $(dirname $0)
cd ../tests/generated_code
gen_code='../tests/generated_code'
interop='../tests/interop'
protoc-gen-php -i . -o . ./math.proto
protoc-gen-php -i $gen_code -o $gen_code $gen_code/math.proto
cd -
cd ../tests/interop
protoc-gen-php -i . -o . ./test.proto
protoc-gen-php -i $interop -o $interop $interop/test.proto

Loading…
Cancel
Save