Commit d0eb7786 authored by Feng Xiao's avatar Feng Xiao

Fix appveyor tests.

parent d3d66d79
......@@ -23,8 +23,8 @@ before_build:
- if %platform%==Win64 set vcplatform=x64
build_script:
- mkdir build
- cd build
- mkdir build_msvc
- cd build_msvc
- cmake -G "%generator%" -DBUILD_SHARED_LIBS=%BUILD_DLL% ../cmake
- msbuild protobuf.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cd %configuration%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment