Skip to content

Commit

Permalink
Merge pull request #271 from Shougo/fix-appveyor
Browse files Browse the repository at this point in the history
Fix AppVeyor builds
  • Loading branch information
k-takata authored Jul 16, 2017
2 parents e489750 + ba6e492 commit 57cad7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ environment:
global:
AUTH_TOKEN:
secure: rKd6JLXUIl3vcA8d0S9w14bl+uvUlZLt0d1M8bmlOh+owQqr5c40+/4ITCNBpHG3
VIMVER: 80
matrix:
- COMPILER: msvc
CPU: i386
Expand All @@ -15,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
6 changes: 3 additions & 3 deletions tools/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nmake -f make_msvc.mak nodebug=1 CPU=%CPU%
goto :eof

:msvc_test
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim74-kaoriya-win%BIT%\vim.exe
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim%VIMVER%-kaoriya-win%BIT%\vim.exe
@echo on
themis\bin\themis

Expand All @@ -47,7 +47,7 @@ make -f make_mingw32.mak
goto :eof

:mingw_test
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim74-kaoriya-win%BIT%\vim.exe
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim%VIMVER%-kaoriya-win%BIT%\vim.exe
@echo on
themis\bin\themis

Expand All @@ -72,7 +72,7 @@ bash -lc "make"
goto :eof

:msys2_test
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim74-kaoriya-win%BIT%\vim.exe
set THEMIS_VIM=%APPVEYOR_BUILD_FOLDER%\vim%VIMVER%-kaoriya-win%BIT%\vim.exe
@echo on
themis\bin\themis

Expand Down

0 comments on commit 57cad7d

Please sign in to comment.