Codebase list krb5 / upstream/1.18.2 .travis-ci.sh
upstream/1.18.2

Tree @upstream/1.18.2 (Download .tar.gz)

.travis-ci.sh @upstream/1.18.2raw · history · blame

cd src
autoreconf
./configure --enable-maintainer-mode --with-ldap $CONFIGURE_OPTS
make $MAKEVARS
make check
make distclean
# Check for files unexpectedly not removed by make distclean.
rm -rf autom4te.cache configure include/autoconf.h.in
if [ -n "$(git ls-files -o)" ]; then
  exit 1
fi