8 - TEST=autoconf VERBOSE=1
11 before_install: sudo apt-get update -qq
13 install: sudo apt-get install -qq --no-install-recommends asciidoc xmlto docbook-utils
16 - if [ "$TEST" = autoconf ]; then ./autogen.sh && ./configure; fi
17 - if [ "$TEST" = make ]; then cp contrib/config.make .; fi
18 - make V=$VERBOSE DESTDIR=/tmp all test install install-doc