mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-31 11:17:34 +02:00
Format appveyor.yml
This commit is contained in:
60
appveyor.yml
60
appveyor.yml
@ -1,37 +1,37 @@
|
|||||||
version: 6.18.5.{build}
|
version: 6.18.5.{build}
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
CMAKE_GENERATOR: Visual Studio 17 2022
|
CMAKE_GENERATOR: Visual Studio 17 2022
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
CMAKE_GENERATOR: Visual Studio 16 2019
|
CMAKE_GENERATOR: Visual Studio 16 2019
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
CMAKE_GENERATOR: Visual Studio 15 2017
|
CMAKE_GENERATOR: Visual Studio 15 2017
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
CMAKE_GENERATOR: Visual Studio 14 2015
|
CMAKE_GENERATOR: Visual Studio 14 2015
|
||||||
- CMAKE_GENERATOR: Visual Studio 12 2013
|
- CMAKE_GENERATOR: Visual Studio 12 2013
|
||||||
- CMAKE_GENERATOR: Visual Studio 11 2012
|
- CMAKE_GENERATOR: Visual Studio 11 2012
|
||||||
- CMAKE_GENERATOR: Visual Studio 10 2010
|
- CMAKE_GENERATOR: Visual Studio 10 2010
|
||||||
- CMAKE_GENERATOR: Ninja
|
- CMAKE_GENERATOR: Ninja
|
||||||
MINGW: MinGW # MinGW 32-bit 5.3.0
|
MINGW: MinGW # MinGW 32-bit 5.3.0
|
||||||
- CMAKE_GENERATOR: Ninja
|
- CMAKE_GENERATOR: Ninja
|
||||||
MINGW32: i686-5.3.0-posix-dwarf-rt_v4-rev0 # MinGW-w64 5.3.0
|
MINGW32: i686-5.3.0-posix-dwarf-rt_v4-rev0 # MinGW-w64 5.3.0
|
||||||
- CMAKE_GENERATOR: Ninja
|
- CMAKE_GENERATOR: Ninja
|
||||||
MINGW32: i686-6.3.0-posix-dwarf-rt_v5-rev1 # MinGW-w64 6.3.0 i686
|
MINGW32: i686-6.3.0-posix-dwarf-rt_v5-rev1 # MinGW-w64 6.3.0 i686
|
||||||
- CMAKE_GENERATOR: Ninja
|
- CMAKE_GENERATOR: Ninja
|
||||||
MINGW64: x86_64-6.3.0-posix-seh-rt_v5-rev1 # MinGW-w64 6.3.0 x86_64
|
MINGW64: x86_64-6.3.0-posix-seh-rt_v5-rev1 # MinGW-w64 6.3.0 x86_64
|
||||||
- CMAKE_GENERATOR: Ninja
|
- CMAKE_GENERATOR: Ninja
|
||||||
MINGW64: x86_64-7.3.0-posix-seh-rt_v5-rev0 # MinGW-w64 7.3.0 x86_64
|
MINGW64: x86_64-7.3.0-posix-seh-rt_v5-rev0 # MinGW-w64 7.3.0 x86_64
|
||||||
- CMAKE_GENERATOR: Ninja
|
- CMAKE_GENERATOR: Ninja
|
||||||
MINGW64: x86_64-8.1.0-posix-seh-rt_v6-rev0 # MinGW-w64 8.1.0 x86_64
|
MINGW64: x86_64-8.1.0-posix-seh-rt_v6-rev0 # MinGW-w64 8.1.0 x86_64
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
before_build:
|
before_build:
|
||||||
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=% # Workaround for CMake not wanting sh.exe on PATH for MinGW
|
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=% # Workaround for CMake not wanting sh.exe on PATH for MinGW
|
||||||
- if defined MINGW set PATH=C:\%MINGW%\bin;%PATH%
|
- if defined MINGW set PATH=C:\%MINGW%\bin;%PATH%
|
||||||
- if defined MINGW32 set PATH=C:\mingw-w64\%MINGW32%\mingw32\bin;%PATH%
|
- if defined MINGW32 set PATH=C:\mingw-w64\%MINGW32%\mingw32\bin;%PATH%
|
||||||
- if defined MINGW64 set PATH=C:\mingw-w64\%MINGW64%\mingw64\bin;%PATH%
|
- if defined MINGW64 set PATH=C:\mingw-w64\%MINGW64%\mingw64\bin;%PATH%
|
||||||
- cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -G "%CMAKE_GENERATOR%" .
|
- cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -G "%CMAKE_GENERATOR%" .
|
||||||
build_script:
|
build_script:
|
||||||
- cmake --build . --config %CONFIGURATION%
|
- cmake --build . --config %CONFIGURATION%
|
||||||
test_script:
|
test_script:
|
||||||
- ctest -C %CONFIGURATION% --output-on-failure .
|
- ctest -C %CONFIGURATION% --output-on-failure .
|
||||||
|
Reference in New Issue
Block a user