cirrus.yml: Improve the windows_msys2_task
authorThomas Huth <thuth@redhat.com>
Tue, 28 Feb 2023 19:06:42 +0000 (19:06 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Mar 2023 10:32:20 +0000 (10:32 +0000)
commit78e38f59fa2ecb6daa09b16d39441865872624fe
treec79c14762f3324774d437bd43c24d276b18ccf70
parent1ea5e0b05e9d738f31d4c3aa73a21dfd0900e301
cirrus.yml: Improve the windows_msys2_task

There's no need to run a full-blown bash just to create a directory.
And we can skip the "cd build" each time by doing it once at the
beginning.

Additionally, let's exclude some targets (that we already compile-test
with MinGW in the gitlab jobs) from the build, since the build time of
this task is very long already (between 80 and 90 minutes).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230208103046.618154-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230228190653.1602033-14-alex.bennee@linaro.org>
.cirrus.yml