kokoro: Remove VS2017 configs (#140)

This commit is contained in:
David Neto 2025-01-21 11:24:41 -05:00 committed by GitHub
parent 167b131a66
commit a43b6c36e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 38 deletions

View File

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

View File

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