Commit dd1882c7 authored by Bernhard Nortmann's avatar Bernhard Nortmann
Browse files

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


Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
parent 5cbb0c91
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment