Standalone Continuous Integration Server


                                       nnstreamer-edge

It is designed and implemented with a light-weight approach to support a desktop computer based servers
that have out-of-date CPUs and low memory capacity. Also, if you want to enable your project specific
CI facilities, It will be easily customizable for your github repository because it just requires
Apache and PHP package.

Continuous Integration (CI) is to prevent regressions and bugs due to incorrect PRs as follows.
PRs causing regressions will not be automatically merged.

  • Test automation (both build and run)
  • Preventing Performance regression
  • Finding bugs at a proper time