Skip to content

Commit

Permalink
Fix AppVeyor builds
Browse files Browse the repository at this point in the history
Fix #270.
  • Loading branch information
k-takata committed Jul 16, 2017
1 parent e489750 commit 3a48d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions 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 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 3a48d26

Please sign in to comment.