summaryrefslogtreecommitdiff
path: root/.cirrus.yml
Commit message (Expand)AuthorAgeFilesLines
* ci: Remove OpenSSL 3.1 workaround for missing system CADaniel Gustafsson2023-04-241-13/+1
* Build ICU support by default.Jeff Davis2023-04-181-0/+1
* Allow to use system CA pool for certificate verificationDaniel Gustafsson2023-04-051-1/+13
* Support connection load balancing in libpqDaniel Gustafsson2023-03-291-1/+15
* cirrus/ccache: Use G rather than GB suffixPeter Eisentraut2023-03-131-1/+1
* meson: Make auto the default of the ssl optionPeter Eisentraut2023-03-131-4/+3
* ci: freebsd: stop postgres instance on failure, to prevent log upload failuresAndres Freund2023-02-061-0/+6
* ci: Use windows VMs instead of windows containersAndres Freund2023-02-021-4/+8
* ci: Upgrade macOS version from 12 to 13.Thomas Munro2023-02-031-2/+2
* Fix typos in comments, code and documentationMichael Paquier2023-01-031-5/+5
* ci: Change macOS builds from Intel to ARM.Thomas Munro2023-01-011-4/+4
* Add option to specify segment size in blocksAndres Freund2022-12-071-0/+2
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+15
* ci: Use -fsanitize=undefined,alignment,address in linux tasksAndres Freund2022-11-211-2/+26
* ci: Introduce SanityCheck task that other tasks depend onAndres Freund2022-11-211-7/+84
* ci: Clean up pre-meson cruft in windows taskAndres Freund2022-11-211-9/+0
* ci: Add task testing windows with mingwAndres Freund2022-11-171-13/+78
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-1/+1
* ci: enable various runtime checks on FreeBSD and macOSAndres Freund2022-10-011-0/+2
* ci: macos: Reduce test concurrencyAndres Freund2022-10-011-1/+4
* ci: Add 32bit build and testAndres Freund2022-09-291-4/+37
* Remove uses of register due to incompatibility with C++17 and upAndres Freund2022-09-241-3/+1
* ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...Andres Freund2022-09-221-0/+1
* meson: ci: Convert some tasks to use mesonAndres Freund2022-09-211-175/+135
* ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOXAndres Freund2022-09-211-0/+9
* ci: Increase requested memory size.Thomas Munro2022-09-221-2/+2
* ci: remove minor version from freebsd image nameAndres Freund2022-07-311-1/+1
* ci: switch to freebsd 13.1Andres Freund2022-07-311-1/+1
* Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier2022-04-021-2/+0
* ci: enable zstd where available.Andres Freund2022-03-301-2/+6
* ci: test headerscheck, cpluspluscheck as part of CompilerWarnings task.Andres Freund2022-03-231-0/+23
* ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39.Andres Freund2022-03-191-5/+6
* ci: compile with -Og where applicable.Andres Freund2022-03-181-5/+5
* ci: include hints how to install OS packages.Andres Freund2022-03-181-4/+16
* ci: windows: Work around cirrus-ci bug causing test failures.Andres Freund2022-03-041-0/+5
* ci: fix copy-paste mistake in 16eb8231d1b.Andres Freund2022-02-121-1/+1
* ci: macos: align sysinfo_script to other tasks.Andres Freund2022-02-121-1/+2
* ci: Only use one artifact instruction for logs.Andres Freund2022-02-121-9/+5
* ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/.Andres Freund2022-02-121-1/+1
* windows: Improve crash / assert / exception handling.Andres Freund2022-02-021-1/+5
* ci: windows: run tests under timeout.Andres Freund2022-02-021-36/+45
* ci: windows: run initdb with --no-sync.Andres Freund2022-01-131-1/+1
* ci: windows: enable build summary to make it easier to spot warnings / errors.Andres Freund2022-01-131-2/+7
* ci: Add continuous integration for github repositories via cirrus-ci.Andres Freund2021-12-301-0/+547