Skip to content

Commit

Permalink
Appveyor - Move to VS 2017 image fully
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Nov 12, 2017
1 parent 4ddf259 commit 330e090
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,18 @@
MSYS2_CACHE: '%DOKAN_CI_CACHE%\msys2'
CHOCO_CACHE: '%DOKAN_CI_CACHE%\choco'
WLK_INST_CACHE: '%DOKAN_CI_CACHE%\wlk_inst'
DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2015; Configuration: All"
DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2017; Configuration: All"

version: 1.0.5-{build}
configuration:
- All
- Coverity
- FsTest

image:
- Visual Studio 2015
- Visual Studio 2017
image: Visual Studio 2017
# If you suspect some changes on the AppVeyor-side breaking things,
# uncomment below. https://www.appveyor.com/updates/
# - Previous Visual Studio 2015
# - Previous Visual Studio 2017
matrix:
exclude:
- configuration: All
image: Visual Studio 2017
- configuration: Coverity
image: Visual Studio 2017
max_jobs: 1
cache:
- '%DOKAN_CI_CACHE% -> appveyor.yml'
Expand Down

0 comments on commit 330e090

Please sign in to comment.