qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qemu-s390x] [PATCH-for-4.1 v2 8/9] tests/docker: Let the test-mingw tes


From: Philippe Mathieu-Daudé
Subject: [qemu-s390x] [PATCH-for-4.1 v2 8/9] tests/docker: Let the test-mingw test generate a NSIS installer
Date: Mon, 15 Jul 2019 19:48:15 +0200

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

Suggested-by: Alex Bennée <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 tests/docker/test-mingw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw
index 4b84cfe120..72660bb14d 100755
--- a/tests/docker/test-mingw
+++ b/tests/docker/test-mingw
@@ -29,6 +29,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
         --enable-bzip2 \
         --enable-guest-agent
     install_qemu
+    make installer
     make clean
 
 done
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]