Skip to content

Commit

Permalink
Update appveyor to use build images
Browse files Browse the repository at this point in the history
  • Loading branch information
baylesj committed Jun 25, 2019
1 parent c84f2e1 commit 2690bc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ matrix:
LIB_TYPE=static
BUILD_TYPE=release
script: ./.travis_scripts/meson_builder.sh
- name: xenial clang meson static release testing
- name: Linux xenial clang meson static release testing
os: linux
dist: xenial
compiler: clang
Expand All @@ -48,7 +48,7 @@ matrix:
install:
- source ./.travis_scripts/travis.install.${TRAVIS_OS_NAME}.sh
script: ./.travis_scripts/meson_builder.sh
- name: xenial gcc cmake coverage
- name: Linux xenial gcc cmake coverage
os: linux
dist: xenial
compiler: gcc
Expand Down
12 changes: 8 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ clone_folder: c:\projects\jsoncpp

environment:
matrix:
- CMAKE_GENERATOR: Visual Studio 14 2015
- CMAKE_GENERATOR: Visual Studio 14 2015 Win64
- CMAKE_GENERATOR: Visual Studio 15 2017
- CMAKE_GENERATOR: Visual Studio 15 2017 Win64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_GENERATOR: Visual Studio 14 2015
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_GENERATOR: Visual Studio 14 2015 Win64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: Visual Studio 15 2017
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: Visual Studio 15 2017 Win64

build_script:
- cmake --version
Expand Down

0 comments on commit 2690bc9

Please sign in to comment.