Skip to content

Commit

Permalink
appveyor: Replace MinGW with MSYS2 MinGW 32-bit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
k-takata committed Jul 16, 2017
1 parent 3a48d26 commit ba6e492
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba6e492

Please sign in to comment.