strace/travis-ci.sh
Dmitry V. Levin 690235ab0f Add initial Travis CI support
* .travis.yml: New file.
* travis-ci.sh: Likewise.
2015-11-26 17:07:33 +00:00

10 lines
224 B
Bash
Executable File

#!/bin/sh -e
j=-j`getconf _NPROCESSORS_ONLN 2> /dev/null` || j=
set -x
git fetch --unshallow
./git-set-file-times
./bootstrap
./configure --enable-maintainer-mode ${ENABLE_GCC_WERROR-}
make $j distcheck VERBOSE=${VERBOSE-}