From a43b6c36e8f06beeecc611adbdcef859acae2d58 Mon Sep 17 00:00:00 2001 From: David Neto Date: Tue, 21 Jan 2025 11:24:41 -0500 Subject: [PATCH] kokoro: Remove VS2017 configs (#140) --- .../msvc-14.14-x64/cmake/presubmit.cfg | 19 ------------------- .../msvc-14.14-x86/cmake/presubmit.cfg | 19 ------------------- 2 files changed, 38 deletions(-) delete mode 100644 kokoro/windows/msvc-14.14-x64/cmake/presubmit.cfg delete mode 100644 kokoro/windows/msvc-14.14-x86/cmake/presubmit.cfg 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" -}