-
- Downloads
ci: run test in CI
+ Add CODE_COVERAGE option to be able to generate coverage reports via gcov/lcov + CMake now fails if run build.py with an error status + Dockerfile now uses dependencies from contrib as specified in the documentation + Add Jenkinsfile to run tests + Fix tests_fileUtils (removeAll return 0 if directory doesn't exists) + Disable test with sporadic failures, this needs to be fixed. GitLab: #3 Change-Id: I7e6dd20c69ffa5900de56a1586f57603040bba73
Showing
- CMakeLists.txt 16 additions, 0 deletionsCMakeLists.txt
- Dockerfile 37 additions, 52 deletionsDockerfile
- Jenkinsfile 0 additions, 1 deletionJenkinsfile
- dependencies/build.py 41 additions, 29 deletionsdependencies/build.py
- extras/ci/tests/Jenkinsfile 62 additions, 0 deletionsextras/ci/tests/Jenkinsfile
- tests/connectionManager.cpp 3 additions, 3 deletionstests/connectionManager.cpp
- tests/testFileutils.cpp 1 addition, 1 deletiontests/testFileutils.cpp
Loading
Please register or sign in to comment