summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-12 16:56:24 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-12 16:56:24 +0100
commit10408791914c53a058e9f935512a5a967fd72512 (patch)
treecae42c0d9756f63ec9111023c047b324020a7dd5 /Makefile
parentcd15b3e3e5187e80180bdd67c9fc94532d526c97 (diff)
downloadvyos-build-10408791914c53a058e9f935512a5a967fd72512.tar.gz
vyos-build-10408791914c53a058e9f935512a5a967fd72512.zip
Jenkins: boot ISO into QEMU after assembly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebd71ddb..21e5662e 100644
--- a/Makefile
+++ b/Makefile
@@ -254,6 +254,15 @@ dell: check_build_config clean prepare
cd ..
@scripts/copy-image
+.PHONY: test
+.ONESHELL:
+test:
+ if [ ! -f build/live-image-amd64.hybrid.iso ]; then
+ echo "Could not find build/live-image-amd64.hybrid.iso"
+ exit 1
+ fi
+ scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso
+
.PHONY: clean
.ONESHELL:
clean: