Skip to content

Project infrastructure

r-si edited this page Dec 14, 2021 · 6 revisions

This page should give you an info about the many supporting services for the project.

library source code

The main source for the opcua library is hosted here on Github.

website open62541.org

The webhosting is done via Github Pages. It serves the repository open62541-www.

Travis ci

We use the Continuous Integration Platform which builds every commit and pull request to check for problems and run tests we wrote. It is configured by this config file. Travis also generates doxygen source code documentation for us.

Coverity scan

Coverity performs a static code analysis. It is triggerd by Travis and pushes the first commit of a day (as branch coverity_scan) to the analysis. The result is here.