Add placeholders for further testing (#10336)

* Fix comments in cmake test files

* Add placeholder tests
pull/10340/head
Mike Kruskal 3 years ago committed by GitHub
parent a321b050f5
commit f3ebd8bb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kokoro/linux/cmake/build.sh
  2. 2
      kokoro/linux/cmake_install/build.sh
  3. 2
      kokoro/linux/cmake_ninja/build.sh
  4. 7
      kokoro/linux/cmake_shared/build.sh
  5. 11
      kokoro/linux/cmake_shared/continuous.cfg
  6. 11
      kokoro/linux/cmake_shared/presubmit.cfg
  7. 4
      kokoro/windows/bazel/build.bat
  8. 5
      kokoro/windows/bazel/continuous.cfg
  9. 5
      kokoro/windows/bazel/presubmit.cfg
  10. 4
      kokoro/windows/cmake_shared/build.bat
  11. 5
      kokoro/windows/cmake_shared/continuous.cfg
  12. 5
      kokoro/windows/cmake_shared/presubmit.cfg

@ -1,6 +1,6 @@
#!/bin/bash
#
# Build file to set up and run tests based on distribution archive
# Build file to set up and run tests using CMake
set -eux

@ -1,6 +1,6 @@
#!/bin/bash
#
# Build file to set up and run tests based on distribution archive
# Build file to build, install, and test using CMake.
set -eux

@ -1,6 +1,6 @@
#!/bin/bash
#
# Build file to set up and run tests based on distribution archive
# Build file to set up and run tests using CMake with the Ninja generator.
set -eux

@ -0,0 +1,7 @@
#!/bin/bash
#
# Build file to set up and run tests via CMake using shared libraries
set -eux
# TODO(mkruskal) Implement this.

@ -0,0 +1,11 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/cmake/build.sh"
timeout_mins: 1440
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -0,0 +1,11 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/cmake/build.sh"
timeout_mins: 1440
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

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