summaryrefslogtreecommitdiff
path: root/.cirrus.yml
AgeCommit message (Expand)Author
2023-08-23ci: Make compute resources for CI configurableAndres Freund
2023-08-23ci: Prepare to make compute resources for CI configurableAndres Freund
2023-08-23ci: Use VMs for SanityCheck and CompilerWarningsAndres Freund
2023-08-23ci: Move execution method of tasks into yaml templatesAndres Freund
2023-08-23ci: Don't specify amount of memoryAndres Freund
2023-08-19ci: macos: use cached macports installAndres Freund
2023-08-12ci: macos: Remove use of -Dsegsize_blocks=6Andres Freund
2023-08-12ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORYAndres Freund
2023-07-03cirrus/freebsd: define ENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSPeter Eisentraut
2023-04-24ci: Remove OpenSSL 3.1 workaround for missing system CADaniel Gustafsson
2023-04-18Build ICU support by default.Jeff Davis
2023-04-05Allow to use system CA pool for certificate verificationDaniel Gustafsson
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-13cirrus/ccache: Use G rather than GB suffixPeter Eisentraut
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-02-06ci: freebsd: stop postgres instance on failure, to prevent log upload failuresAndres Freund
2023-02-03ci: Use windows VMs instead of windows containersAndres Freund
2023-02-03ci: Upgrade macOS version from 12 to 13.Thomas Munro
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-12-31ci: Change macOS builds from Intel to ARM.Thomas Munro
2022-12-08Add option to specify segment size in blocksAndres Freund
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-11-21ci: Use -fsanitize=undefined,alignment,address in linux tasksAndres Freund
2022-11-21ci: Introduce SanityCheck task that other tasks depend onAndres Freund
2022-11-21ci: Clean up pre-meson cruft in windows taskAndres Freund
2022-11-18ci: Add task testing windows with mingwAndres Freund
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-02ci: enable various runtime checks on FreeBSD and macOSAndres Freund
2022-10-01ci: macos: Reduce test concurrencyAndres Freund
2022-09-30ci: Add 32bit build and testAndres Freund
2022-09-24Remove uses of register due to incompatibility with C++17 and upAndres Freund
2022-09-23ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...Andres Freund
2022-09-22meson: ci: Convert some tasks to use mesonAndres Freund
2022-09-22ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOXAndres Freund
2022-09-21ci: Increase requested memory size.Thomas Munro
2022-08-01ci: remove minor version from freebsd image nameAndres Freund
2022-07-31ci: switch to freebsd 13.1Andres Freund
2022-04-02Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier
2022-03-30ci: enable zstd where available.Andres Freund
2022-03-23ci: test headerscheck, cpluspluscheck as part of CompilerWarnings task.Andres Freund
2022-03-19ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39.Andres Freund
2022-03-18ci: compile with -Og where applicable.Andres Freund
2022-03-18ci: include hints how to install OS packages.Andres Freund
2022-03-05ci: windows: Work around cirrus-ci bug causing test failures.Andres Freund
2022-02-13ci: fix copy-paste mistake in 16eb8231d1b.Andres Freund
2022-02-12ci: macos: align sysinfo_script to other tasks.Andres Freund
2022-02-12ci: Only use one artifact instruction for logs.Andres Freund
2022-02-12ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/.Andres Freund
2022-02-03windows: Improve crash / assert / exception handling.Andres Freund
2022-02-03ci: windows: run tests under timeout.Andres Freund