Files
ci-scripts/travis/build.sh
2019-10-24 16:01:48 +02: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