Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <baumank@POTDSY7J32.ads.autodesk.com>2015-02-17 13:24:21 +0300
committerunknown <baumank@POTDSY7J32.ads.autodesk.com>2015-02-17 13:24:21 +0300
commitf7e3752f0d84563f849c8d2330c99f021f8c9473 (patch)
treeb3ecb4c2122660623151200f2f6e81ba82ca86fe /appveyor.yml
parent0cbafabe53aa633a19cae02b912b193e6c8befe0 (diff)
try to fix platform builds for `win32`
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 76ca6ce5..7bac1dda 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,23 +1,23 @@
-version: 0.12.{build}
+ersion: 0.12.{build}
configuration:
- Debug
- Release
-platform:
-- x86
-- x64
-
environment:
matrix:
- VS_VERSION: 11
+ VS_PLATFORM: win32
+ - VS_VERSION: 11
+ VS_PLATFORM: x64
- VS_VERSION: 12
- - VS_VERSION: 14
-
+ VS_PLATFORM: win32
+ - VS_VERSION: 12
+ VS_PLATFORM: x64
+
before_build:
- git submodule update --init --recursive
-- if "%PLATFORM%" == "x86" set PLATFORM=win32
-- cmake -H. -BBuild/VS -G "Visual Studio %VS_VERSION%" -DCMAKE_GENERATOR_PLATFORM=%PLATFORM% -DBUILD_SHARED_LIBS=true -Wno-dev
+- cmake -H. -BBuild/VS -G "Visual Studio %VS_VERSION%" -DCMAKE_GENERATOR_PLATFORM=%VS_PLATFORM% -DBUILD_SHARED_LIBS=true -Wno-dev
build:
project: Build\VS\RapidJSON.sln