travis-ci: Add and activate "make check" build step
Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
This commit is contained in:
parent
5cbb0c91a4
commit
dd1882c7d7
@ -37,9 +37,9 @@ before_install:
|
|||||||
export TARGET=all;
|
export TARGET=all;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# build using the Makefile
|
# build (and test) using the Makefile, with a single overall status
|
||||||
script:
|
script:
|
||||||
- make ${TARGET} && make misc
|
- make ${TARGET} && make misc && make check
|
||||||
|
|
||||||
# run/simulate a test install
|
# run/simulate a test install
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user