From: Shivani Bhardwaj Date: Tue, 19 May 2020 18:07:36 +0000 (+0530) Subject: travis: add test for enable-debug-validation X-Git-Tag: suricata-6.0.0-beta1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68bf7d998aab9c9d66e8585a3a8191e8ece73ca5;p=thirdparty%2Fsuricata.git travis: add test for enable-debug-validation --- diff --git a/.travis.yml b/.travis.yml index f6b45ffec7..8a4940b4ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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