"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "appveyor.yml" between
rapidjson-1.0.2.tar.gz and rapidjson-1.1.0.tar.gz

About: RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM style API.

appveyor.yml  (rapidjson-1.0.2):appveyor.yml  (rapidjson-1.1.0)
version: 1.0.2.{build} os: Visual Studio 2015 CTP
version: 1.1.0.{build}
configuration: configuration:
- Debug - Debug
- Release - Release
environment: environment:
matrix: matrix:
- VS_VERSION: 11 # - VS_VERSION: 9 2008
# VS_PLATFORM: win32
# - VS_VERSION: 9 2008
# VS_PLATFORM: x64
- VS_VERSION: 10 2010
VS_PLATFORM: win32 VS_PLATFORM: win32
- VS_VERSION: 11 - VS_VERSION: 10 2010
VS_PLATFORM: x64 VS_PLATFORM: x64
- VS_VERSION: 12 - VS_VERSION: 11 2012
VS_PLATFORM: win32 VS_PLATFORM: win32
- VS_VERSION: 12 - VS_VERSION: 11 2012
VS_PLATFORM: x64
- VS_VERSION: 12 2013
VS_PLATFORM: win32
- VS_VERSION: 12 2013
VS_PLATFORM: x64
- VS_VERSION: 14 2015
VS_PLATFORM: win32
- VS_VERSION: 14 2015
VS_PLATFORM: x64 VS_PLATFORM: x64
before_build: before_build:
- git submodule update --init --recursive - git submodule update --init --recursive
- cmake -H. -BBuild/VS -G "Visual Studio %VS_VERSION%" -DCMAKE_GENERATOR_PLATFOR M=%VS_PLATFORM% -DBUILD_SHARED_LIBS=true -Wno-dev - cmake -H. -BBuild/VS -G "Visual Studio %VS_VERSION%" -DCMAKE_GENERATOR_PLATFOR M=%VS_PLATFORM% -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=true -Wno-dev
build: build:
project: Build\VS\RapidJSON.sln project: Build\VS\RapidJSON.sln
parallel: true parallel: true
verbosity: minimal verbosity: minimal
test_script: test_script:
- cd Build\VS && if %CONFIGURATION%==Debug (ctest --verbose -E perftest --build- config %CONFIGURATION%) else (ctest --verbose --build-config %CONFIGURATION%) - cd Build\VS && if %CONFIGURATION%==Debug (ctest --verbose -E perftest --build- config %CONFIGURATION%) else (ctest --verbose --build-config %CONFIGURATION%)
 End of changes. 6 change blocks. 
6 lines changed or deleted 19 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)