audio.experimental.a-lec.org: Makefile.am: add target for guix build.
This enables to test if modifications have guile syntax error way more rapidely, and by using way less space than with full images. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
524a9abb28
commit
390d56eedb
|
@ -89,6 +89,10 @@ mumble-vm.img: $(IMAGE_SOURCE)
|
||||||
--image-type=mbr-raw \
|
--image-type=mbr-raw \
|
||||||
--image-size=6G mumble-vm-system.scm` \
|
--image-size=6G mumble-vm-system.scm` \
|
||||||
$@
|
$@
|
||||||
|
build:
|
||||||
|
guix system build \
|
||||||
|
--image-type=mbr-raw \
|
||||||
|
--image-size=6G mumble-vm-system.scm
|
||||||
|
|
||||||
mumble-vm.tar: $(TARBALL_SOURCE)
|
mumble-vm.tar: $(TARBALL_SOURCE)
|
||||||
tar --exclude "id_ed25519" -cf $@ $(TARBALL_SOURCE)
|
tar --exclude "id_ed25519" -cf $@ $(TARBALL_SOURCE)
|
||||||
|
|
Loading…
Reference in New Issue