From 7fb8a12c78758e5f04b2bffb0503aa109c5549dc Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 8 Sep 2021 06:50:38 +0300 Subject: [PATCH 30/30] CI: Disable msys2 build Temporarily disable msys2 build in CI as there's no suitable setup-msys2 version available at the moment. See osdn #42343 Signed-off-by: Marko Lindqvist --- windows/installer_msys2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installer_msys2/Makefile b/windows/installer_msys2/Makefile index 339fcf29e0..c03979f1d8 100644 --- a/windows/installer_msys2/Makefile +++ b/windows/installer_msys2/Makefile @@ -83,7 +83,7 @@ snapshot: ci: cd ../.. ; ./autogen.sh --no-configure-run - make VERSION_REVTYPE="git" CI=yes EXTRA_CONFIG="--enable-gitrev --with-project-definition=../../../bootstrap/snapshot.project CFLAGS=\\\"-Werror $$CFLAGS\\\" CXXFLAGS=\\\"-Werror $$CXXFLAGS\\\"" all + # make VERSION_REVTYPE="git" CI=yes EXTRA_CONFIG="--enable-gitrev --with-project-definition=../../../bootstrap/snapshot.project CFLAGS=\\\"-Werror $$CFLAGS\\\" CXXFLAGS=\\\"-Werror $$CXXFLAGS\\\"" all # configure Freeciv -- 2.33.0