Skip to content

Commit 2690bc9

Browse files
committed
Update appveyor to use build images
1 parent c84f2e1 commit 2690bc9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff 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

appveyor.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ clone_folder: c:\projects\jsoncpp
22

33
environment:
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

1014
build_script:
1115
- cmake --version

0 commit comments

Comments
 (0)