tests/docker: Let the test-mingw test generate a NSIS installer

The NSIS installer generates an executable suitable to install
QEMU on Windows.

Suggested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190715174817.18981-9-philmd@redhat.com>
[AJB: also --enable-docs in configure step]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2019-07-15 19:48:15 +02:00 committed by Alex Bennée
parent b3ce38dcf9
commit 5deb2de1d6

View File

@ -27,8 +27,10 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
--enable-curl \
--enable-vnc \
--enable-bzip2 \
--enable-guest-agent
--enable-guest-agent \
--enable-docs
install_qemu
make installer
make clean
done