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