Squashed 'libs/protobuf/' content from commit fcd3b9a85
git-subtree-dir: libs/protobuf git-subtree-split: fcd3b9a85ef36e46643dc30176cea1a7ad62e02b
This commit is contained in:
16
kokoro/macos/test_php.sh
Executable file
16
kokoro/macos/test_php.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
|
||||
pushd php
|
||||
rm -rf vendor
|
||||
php -v
|
||||
php -m
|
||||
composer update
|
||||
composer test_c
|
||||
popd
|
||||
|
||||
git clean -fXd
|
||||
bazel test $(kokoro/common/bazel_flags.sh) \
|
||||
--action_env=PATH --test_env=PATH \
|
||||
//php:conformance_test_c
|
||||
Reference in New Issue
Block a user