Add Kokoro presubmit scripts
This commit is contained in:
14
kokoro/macos/clang-x64/cmake/presubmit.cfg
Normal file
14
kokoro/macos/clang-x64/cmake/presubmit.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
# Format: //devtools/kokoro/config/proto/build.proto
|
||||
|
||||
# Location of the continuous bash script in Git.
|
||||
build_file: "cppdap/kokoro/macos/presubmit.sh"
|
||||
|
||||
env_vars {
|
||||
key: "BUILD_SYSTEM"
|
||||
value: "cmake"
|
||||
}
|
||||
|
||||
env_vars {
|
||||
key: "BUILD_TARGET_ARCH"
|
||||
value: "x64"
|
||||
}
|
||||
Reference in New Issue
Block a user