mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
Merge branch 'main' into boot-options
This commit is contained in:
commit
07ed7f0008
5 changed files with 147 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -178,6 +178,11 @@ clean:
|
|||
|
||||
install-deps:
|
||||
dnf install -y lorax xorriso skopeo
|
||||
|
||||
test-iso:
|
||||
$(eval _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