File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ nmake -f make_msvc.mak nodebug=1 CPU=%CPU%
2727goto :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
3232themis\bin\themis
3333
@@ -47,7 +47,7 @@ make -f make_mingw32.mak
4747goto :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
5252themis\bin\themis
5353
@@ -72,7 +72,7 @@ bash -lc "make"
7272goto :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
7777themis\bin\themis
7878
You can’t perform that action at this time.
0 commit comments