Skip to content
Snippets Groups Projects
Unverified Commit 7ed41224 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update README.md

parent 8a3e46e3
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,12 @@ env.JOB_VARIABLES="A=aha B=bubu"
env.TEST_VARABLES='PATH=${PATH}:/some/path/for/the/test'
```
- Disable cppcheck
Normally at the end of the main job, cppcheck is run on all source files in the repository and the result is published. This can be disabled by setting:
```
env.DISABLE_CPPCHECK="yes"
```
## Analysis jobs
- Exclude tests from being run in valgrind (currently only possible with a single test):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment