1# Format: //devtools/kokoro/config/proto/build.proto 2 3# Location of the continuous bash script in Git. 4build_file: "marl/kokoro/ubuntu/presubmit.sh" 5 6env_vars { 7 key: "BUILD_SYSTEM" 8 value: "cmake" 9} 10 11env_vars { 12 key: "BUILD_TARGET_ARCH" 13 value: "x64" 14} 15