Code

configure: Disable -Wsign-conversion.
[sysdb.git] / t / cibuild.sh
1 #! /bin/bash
2 #
3 # SysDB -- t/cibuild.sh
4 #
5 # Run a continuous integration build for the System DataBase.
7 set -ex
9 ./autogen.sh
10 ./configure --enable-gcov $CIOPTIONS \
11         CFLAGS="-O0 $CICFLAGS" \
12         LDFLAGS="$CILDFLAGS"
13 make clean all
14 make test