jenkins.sh: call 'make check'

Preceding commits have eradicated all warnings found by the 'make check' target
being added here. Call from jenkins.sh now that it will no longer fail.

Change-Id: I4e1a15b7a7ed50637b1c020dcd962f42d3ced08f
This commit is contained in:
Neels Hofmeyr 2016-10-17 06:15:34 +02:00
parent 129875ddb7
commit f1b6500afd
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ osmo-deps.sh libosmocore
cd "$base"
$MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore"
$MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore" check