Add continuous test for php7.4 on mac (#7153)
parent
e8016753e3
commit
85219578fa
4 changed files with 45 additions and 0 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