Thread: pgsql: meson: ci: Convert some tasks to use meson

pgsql: meson: ci: Convert some tasks to use meson

From
Andres Freund
Date:
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e6b6ea025cc0b6e5cdb7a3bf6d9275afdd861e51

Modified Files
--------------
.cirrus.yml | 310 ++++++++++++++++++++++++++----------------------------------
1 file changed, 135 insertions(+), 175 deletions(-)