Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
96a0b140
Commit
96a0b140
authored
Dec 14, 2019
by
Vivien Kraus
Browse files
Use asan / ubsan in the CI
parent
3bb3c0a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/check.sh
View file @
96a0b140
...
...
@@ -34,8 +34,9 @@ mkdir build || exit 1
cd
build/
../tarot-
$VERSION
/configure
\
--enable-silent-rules
=
yes
\
--
en
able-valgrind
=
yes
\
--
dis
able-valgrind
\
--disable-program
\
CFLAGS
=
"-O3 -fsanitize=undefined -fsanitize=address"
\
||
(
cat
config.log
;
exit
1
)
make
-j
16 check
||
exit
1
make distclean
||
exit
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment