Update Continuous Integration and Delivery authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
......@@ -151,6 +151,8 @@ Here is my list (of course with no guarantee of completeness).
* with [clang-tidy](http://clang.llvm.org/extra/clang-tidy/) - **most important** -
and options from [.clang-tidy file](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/.clang-tidy) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/analysis-clangtidy.sh)
* check-out the [clang-tidy checks](https://clang.llvm.org/extra/clang-tidy/checks/list.html) to get impressed
* copyright & license
* with [scancode-toolkit](https://github.com/nexB/scancode-toolkit) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/analysis-lisence.sh)
#### Build Tests
* different compiler, architectures, build options through [CMake](https://cmake.org/)
......
......