blob: a1f41eaab885cdb26605c32e7384683be1703b07 [file] [log] [blame]
Ben Claytonfe71eb92019-09-05 12:35:50 +01001# Format: //devtools/kokoro/config/proto/build.proto
2
Ben Claytonfe71eb92019-09-05 12:35:50 +01003build_file: "marl/kokoro/windows/presubmit.bat"
Nicolas Capens9e5f50f2019-09-20 10:15:53 -04004
5env_vars {
6 key: "BUILD_SYSTEM"
7 value: "cmake"
8}
Nicolas Capens07ed7cf2019-09-24 10:39:33 -04009
10env_vars {
11 key: "BUILD_GENERATOR"
Ben Clayton269f38f2020-10-02 13:24:32 +010012 value: "Visual Studio 16 2019"
Nicolas Capens07ed7cf2019-09-24 10:39:33 -040013}
14
15env_vars {
16 key: "BUILD_TARGET_ARCH"
17 value: "x64"
18}