Commit d3129c5d authored by Milo Yip's avatar Milo Yip

Try to fix msbuild issue on VC2008

parent a907ca49
......@@ -9,8 +9,10 @@ environment:
matrix:
- VS_VERSION: 9 2008
VS_PLATFORM: win32
VS_VAR: C:\Program Files\Microsoft Visual Studio 9\VC\Vcvarsall.bat
- VS_VERSION: 9 2008
VS_PLATFORM: x64
VS_VAR: C:\Program Files\Microsoft Visual Studio 9\VC\Vcvarsall.bat
- VS_VERSION: 10 2010
VS_PLATFORM: win32
- VS_VERSION: 10 2010
......@@ -30,6 +32,7 @@ environment:
before_build:
- git submodule update --init --recursive
- if defined VS_VAR call "%VS_VAR%"
- cmake -H. -BBuild/VS -G "Visual Studio %VS_VERSION%" -DCMAKE_GENERATOR_PLATFORM=%VS_PLATFORM% -DBUILD_SHARED_LIBS=true -Wno-dev
build:
......
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