Code

t/coverage.sh: Fall-back to lcov without --no-external.
[sysdb.git] / t / cibuild.sh
index e0754dbc2e2e982881ce4e27fc7423198406a8f4..120d4278b9e7f404d1175cab90626a30d547650d 100755 (executable)
@@ -7,6 +7,8 @@
 set -ex
 
 ./autogen.sh
-./configure --enable-gcov $CIOPTIONS CFLAGS="-O0 -Wno-sign-conversion"
+./configure --enable-gcov $CIOPTIONS \
+       CFLAGS="-O0 -Wno-sign-conversion $CICFLAGS" \
+       LDFLAGS="$CILDFLAGS"
 make clean all
 make test