Files
ci-scripts/travis-build.sh
2018-12-11 14:24:03 +01:00

11 lines
108 B
Bash
Executable File

#!/bin/sh
set -e -x
make -j2 $EXTRA
if [ "$TEST" != "NO" ]
then
make tapfiles
make -s test-results
fi