File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
3333 LIB_TYPE=static
3434 BUILD_TYPE=release
3535 script : ./.travis_scripts/meson_builder.sh
36- - name : xenial clang meson static release testing
36+ - name : Linux xenial clang meson static release testing
3737 os : linux
3838 dist : xenial
3939 compiler : clang
@@ -48,7 +48,7 @@ matrix:
4848 install :
4949 - source ./.travis_scripts/travis.install.${TRAVIS_OS_NAME}.sh
5050 script : ./.travis_scripts/meson_builder.sh
51- - name : xenial gcc cmake coverage
51+ - name : Linux xenial gcc cmake coverage
5252 os : linux
5353 dist : xenial
5454 compiler : gcc
Original file line number Diff line number Diff line change @@ -2,10 +2,14 @@ clone_folder: c:\projects\jsoncpp
22
33environment :
44 matrix :
5- - CMAKE_GENERATOR : Visual Studio 14 2015
6- - CMAKE_GENERATOR : Visual Studio 14 2015 Win64
7- - CMAKE_GENERATOR : Visual Studio 15 2017
8- - CMAKE_GENERATOR : Visual Studio 15 2017 Win64
5+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
6+ CMAKE_GENERATOR : Visual Studio 14 2015
7+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
8+ CMAKE_GENERATOR : Visual Studio 14 2015 Win64
9+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
10+ CMAKE_GENERATOR : Visual Studio 15 2017
11+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
12+ CMAKE_GENERATOR : Visual Studio 15 2017 Win64
913
1014build_script :
1115 - cmake --version
You can’t perform that action at this time.
0 commit comments