From ba6e492e32a153dbf99b101f8db3a7f8598bdde8 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Sun, 16 Jul 2017 10:59:03 +0900 Subject: [PATCH] appveyor: Replace MinGW with MSYS2 MinGW 32-bit MinGW fails with unknown reasons: https://ci.appveyor.com/project/Shougo/vimproc-vim/build/103/job/iqcpbgo6kf1y7sl7 The output of themis looks okay, but the exit code is not 0. Stop using old MinGW and replace it MSYS2 MinGW 32-bit. --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f25e514a..37ec979c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,12 @@ environment: ENV: /x64 BIT: 64 - COMPILER: cygwin - - COMPILER: mingw + #- COMPILER: mingw + # BIT: 32 + - COMPILER: msys2 + MSYS2_ARCH: i686 + MSYS2_DIR: msys64 + MSYSTEM: MINGW32 BIT: 32 - COMPILER: msys2 MSYS2_ARCH: x86_64