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:
5
5
global :
6
6
AUTH_TOKEN :
7
7
secure : rKd6JLXUIl3vcA8d0S9w14bl+uvUlZLt0d1M8bmlOh+owQqr5c40+/4ITCNBpHG3
8
+ VIMVER : 80
8
9
matrix :
9
10
- COMPILER : msvc
10
11
CPU : i386
@@ -15,7 +16,12 @@ environment:
15
16
ENV : /x64
16
17
BIT : 64
17
18
- 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
19
25
BIT : 32
20
26
- COMPILER : msys2
21
27
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%
27
27
goto :eof
28
28
29
29
: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
31
31
@ echo on
32
32
themis\bin\themis
33
33
@@ -47,7 +47,7 @@ make -f make_mingw32.mak
47
47
goto :eof
48
48
49
49
: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
51
51
@ echo on
52
52
themis\bin\themis
53
53
@@ -72,7 +72,7 @@ bash -lc "make"
72
72
goto :eof
73
73
74
74
: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
76
76
@ echo on
77
77
themis\bin\themis
78
78
You can’t perform that action at this time.
0 commit comments