mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
docker: move make check into check_qemu helper
Not all docker images can run the check step. Let's move everything into a common helper so we don't need to replicate checks in the future. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
e4ce964d94
commit
3f9747a738
5 changed files with 15 additions and 4 deletions
|
@ -15,4 +15,4 @@
|
|||
|
||||
cd "$BUILD_DIR"
|
||||
|
||||
build_qemu && make check $MAKEFLAGS && install_qemu
|
||||
build_qemu && check_qemu && install_qemu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue