Skip to content

Commit 57cad7d

Browse files
authored
Merge pull request #271 from Shougo/fix-appveyor
Fix AppVeyor builds
2 parents e489750 + ba6e492 commit 57cad7d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ environment:
55
global:
66
AUTH_TOKEN:
77
secure: rKd6JLXUIl3vcA8d0S9w14bl+uvUlZLt0d1M8bmlOh+owQqr5c40+/4ITCNBpHG3
8+
VIMVER: 80
89
matrix:
910
- COMPILER: msvc
1011
CPU: i386
@@ -15,7 +16,12 @@ environment:
1516
ENV: /x64
1617
BIT: 64
1718
- COMPILER: cygwin
18-
- COMPILER: mingw
19+
#- COMPILER: mingw
20+
# BIT: 32
21+
- COMPILER: msys2
22+
MSYS2_ARCH: i686
23+
MSYS2_DIR: msys64
24+
MSYSTEM: MINGW32
1925
BIT: 32
2026
- COMPILER: msys2
2127
MSYS2_ARCH: x86_64

tools/appveyor.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nmake -f make_msvc.mak nodebug=1 CPU=%CPU%
2727
goto :eof
2828

2929
:msvc_test
30-
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim74-kaoriya-win%BIT%\vim.exe
30+
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim%VIMVER%-kaoriya-win%BIT%\vim.exe
3131
@echo on
3232
themis\bin\themis
3333

@@ -47,7 +47,7 @@ make -f make_mingw32.mak
4747
goto :eof
4848

4949
:mingw_test
50-
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim74-kaoriya-win%BIT%\vim.exe
50+
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim%VIMVER%-kaoriya-win%BIT%\vim.exe
5151
@echo on
5252
themis\bin\themis
5353

@@ -72,7 +72,7 @@ bash -lc "make"
7272
goto :eof
7373

7474
:msys2_test
75-
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim74-kaoriya-win%BIT%\vim.exe
75+
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim%VIMVER%-kaoriya-win%BIT%\vim.exe
7676
@echo on
7777
themis\bin\themis
7878

0 commit comments

Comments
 (0)