Create placeholders for windows cmake builds (#10322)

pull/10326/head
Mike Kruskal 3 years ago committed by GitHub
parent 7cd0b6fbf1
commit 11a21d7297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      kokoro/windows/cmake/build.bat
  2. 5
      kokoro/windows/cmake/continuous.cfg
  3. 5
      kokoro/windows/cmake/presubmit.cfg
  4. 4
      kokoro/windows/cmake_install/build.bat
  5. 5
      kokoro/windows/cmake_install/continuous.cfg
  6. 5
      kokoro/windows/cmake_install/presubmit.cfg
  7. 4
      kokoro/windows/cmake_nmake/build.bat
  8. 5
      kokoro/windows/cmake_nmake/continuous.cfg
  9. 5
      kokoro/windows/cmake_nmake/presubmit.cfg

@ -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…
Cancel
Save