diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-23 11:11:35 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-07-19 09:33:39 +0200 |
commit | 8619b5ddb56f562c751bcdac2328abcbff37fdeb (patch) | |
tree | 46732df4e70ad0dfd55445f68aba5dc4c2366b76 /tests/docker | |
parent | fd79f89c76c8e2f409dd9db5d7a367b1f64b6dc6 (diff) |
ci: build & store windows installer
Build windows installer for qemu in gitlab CI,
store the result as artifact.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210623091137.1156959-2-kraxel@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/docker')
-rw-r--r-- | tests/docker/dockerfiles/fedora-win64-cross.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/fedora-win64-cross.docker b/tests/docker/dockerfiles/fedora-win64-cross.docker index ff706040c4..d3f13666e8 100644 --- a/tests/docker/dockerfiles/fedora-win64-cross.docker +++ b/tests/docker/dockerfiles/fedora-win64-cross.docker @@ -13,6 +13,7 @@ ENV PACKAGES \ hostname \ make \ meson \ + mingw32-nsis \ mingw64-bzip2 \ mingw64-curl \ mingw64-glib2 \ |