Add dependencies locally
This commit is contained in:
13
deps/protobuf/kokoro/macos/python_cpp/build.sh
vendored
Normal file
13
deps/protobuf/kokoro/macos/python_cpp/build.sh
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Build file to set up and run tests
|
||||
|
||||
# Change to repo root
|
||||
cd $(dirname $0)/../../..
|
||||
|
||||
# Prepare worker environment to run tests
|
||||
KOKORO_INSTALL_TOX=yes
|
||||
source kokoro/macos/prepare_build_macos_rc
|
||||
g++ --version
|
||||
|
||||
./tests.sh python_cpp
|
5
deps/protobuf/kokoro/macos/python_cpp/continuous.cfg
vendored
Normal file
5
deps/protobuf/kokoro/macos/python_cpp/continuous.cfg
vendored
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/python_cpp/build.sh"
|
||||
timeout_mins: 1440
|
5
deps/protobuf/kokoro/macos/python_cpp/presubmit.cfg
vendored
Normal file
5
deps/protobuf/kokoro/macos/python_cpp/presubmit.cfg
vendored
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/python_cpp/build.sh"
|
||||
timeout_mins: 1440
|
Reference in New Issue
Block a user