diff --git a/kokoro/windows/msvc-14.14-x64/cmake/presubmit.cfg b/kokoro/windows/msvc-14.14-x64/cmake/presubmit.cfg deleted file mode 100644 index f43317d..0000000 --- a/kokoro/windows/msvc-14.14-x64/cmake/presubmit.cfg +++ /dev/null @@ -1,19 +0,0 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Location of the continuous bash script in Git. -build_file: "cppdap/kokoro/windows/presubmit.bat" - -env_vars { - key: "BUILD_SYSTEM" - value: "cmake" -} - -env_vars { - key: "BUILD_GENERATOR" - value: "Visual Studio 15 2017" -} - -env_vars { - key: "BUILD_TARGET_ARCH" - value: "x64" -} diff --git a/kokoro/windows/msvc-14.14-x86/cmake/presubmit.cfg b/kokoro/windows/msvc-14.14-x86/cmake/presubmit.cfg deleted file mode 100644 index dd492e7..0000000 --- a/kokoro/windows/msvc-14.14-x86/cmake/presubmit.cfg +++ /dev/null @@ -1,19 +0,0 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Location of the continuous bash script in Git. -build_file: "cppdap/kokoro/windows/presubmit.bat" - -env_vars { - key: "BUILD_SYSTEM" - value: "cmake" -} - -env_vars { - key: "BUILD_GENERATOR" - value: "Visual Studio 15 2017" -} - -env_vars { - key: "BUILD_TARGET_ARCH" - value: "Win32" -}