From 967db242c2aa7d50300e20bd8a403bd905feec38 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 17 Nov 2022 16:22:25 -0800 Subject: ci: Add task testing windows with mingw For now the task has been set to be manually triggered, as we are already limited by the amount of CI time available for windows, particularly on cfbot. Author: Melih Mutlu Reviewed-by: Andrew Dunstan Reviewed-by: Andres Freund Reviewed-by: Justin Pryzby Reviewed-by: Nazir Bilal Yavuz Discussion: https://postgr.es/m/CAGPVpCSKS9E0An4=e7ZDnme+y=WOcQFJYJegKO8kE9=gh8NJKQ@mail.gmail.com --- src/tools/ci/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/ci/README b/src/tools/ci/README index 6c1cac858f3..336e6ea5f2a 100644 --- a/src/tools/ci/README +++ b/src/tools/ci/README @@ -61,7 +61,7 @@ Controlling CI via commit messages The behavior of CI can be controlled by special content in commit messages. Currently the following controls are available: -- ci-os-only: {(freebsd|linux|macos|windows)} +- ci-os-only: {(freebsd|linux|macos|windows|mingw)} Only runs CI on operating systems specified. This can be useful when addressing portability issues affecting only a subset of platforms. -- cgit v1.2.3