Merge pull request #7231 from protocolbuffers/3.11.x-202002181624
Merge branch 3.11.x to masterpull/7234/head
commit
1370c7303a
42 changed files with 147 additions and 59 deletions
@ -0,0 +1,11 @@ |
||||
#!/bin/bash |
||||
# |
||||
# Build file to set up and run tests |
||||
|
||||
# Change to repo root |
||||
cd $(dirname $0)/../../.. |
||||
|
||||
# Prepare worker environment to run tests |
||||
source kokoro/macos/prepare_build_macos_rc |
||||
|
||||
./tests.sh php7.4_mac |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/macos/php7.4_mac/build.sh" |
||||
timeout_mins: 1440 |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/macos/php7.4_mac/build.sh" |
||||
timeout_mins: 1440 |
Loading…
Reference in new issue