Code

t/cibuild.sh, .travis.yml: Do an AddressSanitizer run as well.
[sysdb.git] / t / cibuild.sh
index fdf4badceddae3091bb014e591e8f309250b0e58..120d4278b9e7f404d1175cab90626a30d547650d 100755 (executable)
@@ -7,6 +7,8 @@
 set -ex
 
 ./autogen.sh
-./configure --enable-gcov CFLAGS="-O0 -Wno-sign-conversion"
+./configure --enable-gcov $CIOPTIONS \
+       CFLAGS="-O0 -Wno-sign-conversion $CICFLAGS" \
+       LDFLAGS="$CILDFLAGS"
 make clean all
 make test