diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-12 16:56:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-12 16:56:24 +0100 |
commit | 10408791914c53a058e9f935512a5a967fd72512 (patch) | |
tree | cae42c0d9756f63ec9111023c047b324020a7dd5 /Makefile | |
parent | cd15b3e3e5187e80180bdd67c9fc94532d526c97 (diff) | |
download | vyos-build-10408791914c53a058e9f935512a5a967fd72512.tar.gz vyos-build-10408791914c53a058e9f935512a5a967fd72512.zip |
Jenkins: boot ISO into QEMU after assembly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |