source: rtos_arduino/trunk/arduino_lib/libraries/ArduinoJson/appveyor.yml@ 209

Last change on this file since 209 was 209, checked in by ertl-honda, 8 years ago

BlueMix用のフィアルを追加

File size: 564 bytes
Line 
1version: 5.1.1.{build}
2environment:
3 matrix:
4 - CMAKE_GENERATOR: Visual Studio 14 2015
5 - CMAKE_GENERATOR: Visual Studio 12 2013
6 - CMAKE_GENERATOR: Visual Studio 11 2012
7 - CMAKE_GENERATOR: Visual Studio 10 2010
8 - CMAKE_GENERATOR: MinGW Makefiles
9configuration: Debug
10before_build:
11- set PATH=C:\MinGW\bin;%PATH:C:\Program Files\Git\usr\bin;=% # Workaround for CMake not wanting sh.exe on PATH for MinGW
12- cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -G "%CMAKE_GENERATOR%" .
13build_script:
14- cmake --build . --config %CONFIGURATION%
15test_script:
16- ctest -V .
Note: See TracBrowser for help on using the repository browser.