travis: add test for enable-debug-validation

pull/5190/head
Shivani Bhardwaj 4 years ago
parent 35362b7bfa
commit 68bf7d998a

@ -156,6 +156,14 @@ matrix:
- *default-cflags
- ARGS="--enable-debug"
- ENABLE_DEBUG="yes"
# Linux, gcc, debug-validate.
- os: linux
compiler: gcc
env:
- NAME="linux,gcc,debug-validate"
- *default-cflags
- ARGS="--enable-debug-validation"
- NO_UNITTESTS="yes"
# Linux, gcc, no jansson.
- os: linux
compiler: gcc

Loading…
Cancel
Save