IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 155a6a22 authored by Hans Dembinski's avatar Hans Dembinski
Browse files

single thread

parent c3f0f786
No related branches found
No related tags found
1 merge request!106Adding sanitizers revealed bugs
......@@ -11,10 +11,10 @@ build:
- mkdir build
- cd build
- cmake ..
- cmake --build . -- -j 4
- cmake -j4 --build .
- UBSAN_OPTIONS=print_stacktrace=1
LSAN_OPTIONS=verbosity=1:log_threads=1
ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1 ctest -j4 -V -O test.log
ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1 ctest -O test.log
after_script:
- cd build
- ls
......
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