ADD: added new version of protobuf
This commit is contained in:
12
libs/protobuf/kokoro/macos/php7.0_mac/build.sh
Executable file
12
libs/protobuf/kokoro/macos/php7.0_mac/build.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
|
||||
# TODO(mkruskal) Re-enable this once we can get a working PHP 7.0 installed.
|
||||
#./tests.sh php7.0_mac
|
||||
5
libs/protobuf/kokoro/macos/php7.0_mac/continuous.cfg
Normal file
5
libs/protobuf/kokoro/macos/php7.0_mac/continuous.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
# Config file for running tests in Kokoro
|
||||
|
||||
# Location of the build script in repository
|
||||
build_file: "protobuf/kokoro/macos/php7.0_mac/build.sh"
|
||||
timeout_mins: 1440
|
||||
5
libs/protobuf/kokoro/macos/php7.0_mac/presubmit.cfg
Normal file
5
libs/protobuf/kokoro/macos/php7.0_mac/presubmit.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
# Config file for running tests in Kokoro
|
||||
|
||||
# Location of the build script in repository
|
||||
build_file: "protobuf/kokoro/macos/php7.0_mac/build.sh"
|
||||
timeout_mins: 1440
|
||||
Reference in New Issue
Block a user