Commit f7e3752f authored by unknown's avatar unknown

try to fix platform builds for `win32`

parent 0cbafabe
version: 0.12.{build} ersion: 0.12.{build}
configuration: configuration:
- Debug - Debug
- Release - Release
platform:
- x86
- x64
environment: environment:
matrix: matrix:
- VS_VERSION: 11 - VS_VERSION: 11
VS_PLATFORM: win32
- VS_VERSION: 11
VS_PLATFORM: x64
- VS_VERSION: 12
VS_PLATFORM: win32
- VS_VERSION: 12 - VS_VERSION: 12
- VS_VERSION: 14 VS_PLATFORM: x64
before_build: before_build:
- git submodule update --init --recursive - git submodule update --init --recursive
- if "%PLATFORM%" == "x86" set PLATFORM=win32 - cmake -H. -BBuild/VS -G "Visual Studio %VS_VERSION%" -DCMAKE_GENERATOR_PLATFORM=%VS_PLATFORM% -DBUILD_SHARED_LIBS=true -Wno-dev
- cmake -H. -BBuild/VS -G "Visual Studio %VS_VERSION%" -DCMAKE_GENERATOR_PLATFORM=%PLATFORM% -DBUILD_SHARED_LIBS=true -Wno-dev
build: build:
project: Build\VS\RapidJSON.sln project: Build\VS\RapidJSON.sln
......
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