kokoro: Add vs2022 configs (#139)
Pass target CPU architecture explicitly vis BUILD_TARGET_ARCH Use cmake --build to build, instead of hardcoding the path to msbuild
This commit is contained in:
19
kokoro/windows/vs2022-amd64/cmake/presubmit.cfg
Normal file
19
kokoro/windows/vs2022-amd64/cmake/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/windows/presubmit.bat"
|
||||
|
||||
env_vars {
|
||||
key: "BUILD_SYSTEM"
|
||||
value: "cmake"
|
||||
}
|
||||
|
||||
env_vars {
|
||||
key: "BUILD_GENERATOR"
|
||||
value: "Visual Studio 17 2022"
|
||||
}
|
||||
|
||||
env_vars {
|
||||
key: "BUILD_TARGET_ARCH"
|
||||
value: "x64"
|
||||
}
|
||||
Reference in New Issue
Block a user