meson: ci: Convert some tasks to use meson
authorAndres Freund <andres@anarazel.de>
Thu, 22 Sep 2022 04:53:18 +0000 (21:53 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 22 Sep 2022 05:46:18 +0000 (22:46 -0700)
commite6b6ea025cc0b6e5cdb7a3bf6d9275afdd861e51
tree9f0bc2168b89f354a0ea55e3fc6438d58bd0ca23
parente6927270cd18d535b77cbe79c55c6584351524be
meson: ci: Convert some tasks to use meson

The Windows task is changed to use meson as there currently is no way to run
all tests in the old MSVC build system (only ninja is covered for now, we
don't have enough CI resources to test msbuild as well).

To maintain autoconf coverage, the Linux task is duplicated to test both meson
and autoconf builds (linux is currently the fastest task). FreeBSD and macOS
are also converted to meson, as it seems more important to have coverage for
meson than autoconf.

Author: Andres Freund <andres@anarazel.de>
Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Author: Justin Pryzby <pryzby@telsasoft.com>
.cirrus.yml