travis-ci: Add and activate "make check" build step

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
This commit is contained in:
Bernhard Nortmann 2016-06-03 10:05:25 +02:00
parent 5cbb0c91a4
commit dd1882c7d7

View File

@ -37,9 +37,9 @@ before_install:
export TARGET=all;
fi
# build using the Makefile
# build (and test) using the Makefile, with a single overall status
script:
- make ${TARGET} && make misc
- make ${TARGET} && make misc && make check
# run/simulate a test install
after_success: