miller/c/pre-travis.sh
2015-09-23 09:08:34 -04:00

6 lines
73 B
Bash
Executable file

#!/bin/sh -e
cd ..
make distclean
autoreconf -fiv
./configure
make check