From: Michael Prokop Date: Tue, 24 Jul 2018 10:21:21 +0000 (+0200) Subject: Initial VM test builds on TravisCI X-Git-Tag: v0.83~8 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=361865654f56f29af19d6d32d48278bbe838c2de;hp=361865654f56f29af19d6d32d48278bbe838c2de Initial VM test builds on TravisCI We're starting a Docker container with Debian/stretch, installing the Debian package build result (generated via travis.debian.net) of grml-debootstrap inside it. Then execute grml-debootstrap, installing to a VM file. Finally boot the generated VM file via qemu. We use stdio of qemu's serial console to check for the boot prompt of the installed Debian system, using goss for running the actual checks. ---