Create placeholders for windows cmake builds (#10322)
parent
7cd0b6fbf1
commit
11a21d7297
9 changed files with 42 additions and 0 deletions
@ -0,0 +1,4 @@ |
||||
@rem enter repo root |
||||
cd /d %~dp0\..\..\.. |
||||
|
||||
@rem TODO(mkruskal) Implement tests |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,4 @@ |
||||
@rem enter repo root |
||||
cd /d %~dp0\..\..\.. |
||||
|
||||
@rem TODO(mkruskal) Implement tests |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake_install/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake_install/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,4 @@ |
||||
@rem enter repo root |
||||
cd /d %~dp0\..\..\.. |
||||
|
||||
@rem TODO(mkruskal) Implement tests |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake_nmake/build.bat" |
||||
timeout_mins: 1440 |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/windows/cmake_nmake/build.bat" |
||||
timeout_mins: 1440 |
Loading…
Reference in new issue