Add Kokoro presubmit scripts

This commit is contained in:
Ben Clayton
2019-11-08 22:35:41 +00:00
parent 2dfd15462f
commit a4b9640ffc
9 changed files with 194 additions and 0 deletions

View 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"
}