mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 04:58:32 +00:00
for now, make sure rebuild on make test
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
This commit is contained in:
parent
98fee5bd32
commit
5c79c1caf8
1
Makefile
1
Makefile
@ -19,6 +19,7 @@ qemu-iso: Dockerfile.qemuiso alpine/mobylinux-bios.iso
|
|||||||
docker run -it --rm mobyqemuiso:build
|
docker run -it --rm mobyqemuiso:build
|
||||||
|
|
||||||
test: Dockerfile.test alpine/initrd.img.gz alpine/kernel/x86_64/vmlinuz64
|
test: Dockerfile.test alpine/initrd.img.gz alpine/kernel/x86_64/vmlinuz64
|
||||||
|
$(MAKE) -C alpine
|
||||||
tar cf - $^ | docker build -f Dockerfile.test -t mobytest:build -
|
tar cf - $^ | docker build -f Dockerfile.test -t mobytest:build -
|
||||||
touch test.log
|
touch test.log
|
||||||
docker run --rm mobytest:build 2>&1 | tee -a test.log &
|
docker run --rm mobytest:build 2>&1 | tee -a test.log &
|
||||||
|
Loading…
Reference in New Issue
Block a user