
Pass target CPU architecture explicitly vis BUILD_TARGET_ARCH Use cmake --build to build, instead of hardcoding the path to msbuild
20 lines
334 B
INI
20 lines
334 B
INI
# 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"
|
|
}
|