mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
ci: Test resulting test ISO (#26)
This commit is contained in:
parent
ef90875a1c
commit
8d9ceeb579
5 changed files with 148 additions and 2 deletions
7
Makefile
7
Makefile
|
|
@ -10,7 +10,7 @@ WEB_UI = false
|
|||
REPOS = /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo
|
||||
ENROLLMENT_PASSWORD =
|
||||
SECURE_BOOT_KEY_URL =
|
||||
ADDITIONAL_TEMPLATES = ""
|
||||
ADDITIONAL_TEMPLATES =
|
||||
ROOTFS_SIZE = 4
|
||||
|
||||
# Generated vars
|
||||
|
|
@ -175,6 +175,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