Code

e0754dbc2e2e982881ce4e27fc7423198406a8f4
[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 CFLAGS="-O0 -Wno-sign-conversion"
11 make clean all
12 make test