File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
33
33
LIB_TYPE=static
34
34
BUILD_TYPE=release
35
35
script : ./.travis_scripts/meson_builder.sh
36
- - name : xenial clang meson static release testing
36
+ - name : Linux xenial clang meson static release testing
37
37
os : linux
38
38
dist : xenial
39
39
compiler : clang
@@ -48,7 +48,7 @@ matrix:
48
48
install :
49
49
- source ./.travis_scripts/travis.install.${TRAVIS_OS_NAME}.sh
50
50
script : ./.travis_scripts/meson_builder.sh
51
- - name : xenial gcc cmake coverage
51
+ - name : Linux xenial gcc cmake coverage
52
52
os : linux
53
53
dist : xenial
54
54
compiler : gcc
Original file line number Diff line number Diff line change @@ -2,10 +2,14 @@ clone_folder: c:\projects\jsoncpp
2
2
3
3
environment :
4
4
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
9
13
10
14
build_script :
11
15
- cmake --version
You can’t perform that action at this time.
0 commit comments