Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.52 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.52 KB
Build server Status
Travis Build Status
Shippable Build Status
Semaphore Build Status
Circle Circle CI
CodeCov codecov.io

build-servers-check

The sample stack to check status of the build servers.

This stack contains four packages

  • sr_sample_cpp_library - sample C++ library package with one class and unit test
  • sr_sample_cpp_node - C++ node which depend on C++ library and integration test
  • sr_sample_python_library - sample Python library with one class and unit test
  • sr_sample_python_node - Python node which depend on Python library and integration test

Every supported CI server runs all major modules on this sample stack in order to check if modules are working on the server.