mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
move iso tests to Makefile
This commit is contained in:
parent
e78da1e18b
commit
101b86b48e
2 changed files with 7 additions and 11 deletions
5
Makefile
5
Makefile
|
|
@ -101,6 +101,11 @@ clean:
|
|||
|
||||
install-deps:
|
||||
dnf install -y lorax xorriso podman
|
||||
|
||||
test-iso:
|
||||
_TESTS = $(filter-out README.md,$(shell ls tests/iso))
|
||||
$(foreach test,$(_TESTS),chmod +x tests/iso/$(test))
|
||||
$(foreach test,$(_TESTS),./tests/iso/$(test) deploy.iso)
|
||||
|
||||
.PHONY: clean install-deps
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue