mirror of
https://github.com/linux-sunxi/sunxi-tools.git
synced 2024-11-23 01:46:44 +08:00
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;
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user