add msvc build to msvc branch (#728)

This commit is contained in:
Stephen 2017-01-22 00:13:37 -08:00 committed by Nguyen Anh Quynh
parent b4163a6571
commit f857b9cf39
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ environment:
CYG_SETUP: setup-x86.exe
BASH: C:\cygwin\bin\bash
CC: gcc
- CC: msvc
# Cache Cygwin/MSYS files to speed up build
cache:
@ -44,6 +45,7 @@ install:
build_script:
- if defined BASH (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && make")
- if "%MSYSTEM%" == "MINGW64" (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && make -C bindings/go")
- if "%CC%" == "msvc" (msbuild %APPVEYOR_BUILD_FOLDER%/msvc/msvc.sln)
# make test
#- 'cd %APPVEYOR_BUILD_FOLDER% && cd bindings\dotnet && msbuild UnicornDotNet.sln'
# Allows RDP