ci: Enable msys2 ci in cirrus
commitb1788880ba564a8593143dd61d6463b48628d29b
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 15 Sep 2020 12:13:16 +0000 (15 20:13 +0800)
committerThomas Huth <thuth@redhat.com>
Wed, 16 Sep 2020 10:15:07 +0000 (16 12:15 +0200)
tree659b4d0d65c674fb1fe7df00dee84a0b491ed85f
parent61d9282cdc50b9e161ebdf6efebfc1ba10d92178
ci: Enable msys2 ci in cirrus

Install msys2 in a proper way refer to:
 https://github.com/cirruslabs/cirrus-ci-docs/issues/699
The https://wiki.qemu.org/Hosts/W32#Native_builds_with_MSYS2 need to be updated.
There is no need of --cross-prefix, open mingw64.exe instead of msys2.exe then
we don't need the --cross-prefix, besides we use environment variable settings:
    MSYS: winsymlinks:nativestrict
    MSYSTEM: MINGW64
    CHERE_INVOKING: 1
to opening mingw64 native shell.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200915121318.247-25-luoyonggang@gmail.com>
[thuth: Add --target-list-exclude to speed it up a little bit, and
        add capstone package to avoid build failure with internal capstone]
Signed-off-by: Thomas Huth <thuth@redhat.com>
.cirrus.yml