ci: detect Windows installer build failures
authorVincent Fu <vincentfu@gmail.com>
Tue, 15 Feb 2022 13:30:30 +0000 (13:30 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 15 Feb 2022 17:15:11 +0000 (10:15 -0700)
commitb832240d981b2c0addb5d90490ee493429f6bfda
tree8efe5f0c705cb0416931343c8ad1074310d9a96c
parenta1db4528a59a99c5e2aa66091c505fb60e3a70ca
ci: detect Windows installer build failures

When the Windows installer build fails, the build script actually
continues running and does not detect the failure. Use ls to determine
if the MSI file exists in order to detect whether or not the installer
build succeeded.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Link: https://lore.kernel.org/r/20220215133027.931-1-vincent.fu@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
.appveyor.yml