Skip to content

Commit 6eb10c9

Browse files
committed
Add ASAN_OPTION for CI jobs
Turn off leak detection on address sanitizer, to better showcase address-specific detection and the leak sanitizer.
1 parent 2ab6c58 commit 6eb10c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ stages:
44
- All Code Coverage
55
- Sanitizers
66

7+
variables:
8+
ASAN_OPTIONS: detect_leaks=1
9+
710
# Analysis
811

912
cmake-format Check:

0 commit comments

Comments
 (0)