Skip to content

Commit

Permalink
Merge pull request #4142 from MisterDA/appveyor-visual-studio-2019
Browse files Browse the repository at this point in the history
appveyor: add Visual Studio 2019 image
  • Loading branch information
dra27 authored Sep 29, 2020
2 parents 7f28448 + e0096fc commit b651400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
platform:
- x64

image: Visual Studio 2017
image: Visual Studio 2019

environment:
global:
Expand All @@ -14,13 +14,13 @@ environment:
# This should be identical to the value in .travis.yml
OPAM_REPO_SHA: 6877131f0
matrix:
- appveyor_build_worker_image: Visual Studio 2019
CYG_ROOT: cygwin
- CYG_ROOT: cygwin
CYG_ARCH: x86
# - CYG_ROOT: cygwin64
# CYG_ARCH: x86_64
# DEP_MODE: lib-pkg
- OCAML_PORT: msvc
- appveyor_build_worker_image: Visual Studio 2017
OCAML_PORT: msvc
DEP_MODE: lib-pkg
GIT_FOR_WINDOWS: 1
- OCAML_PORT: msvc64
Expand Down

0 comments on commit b651400

Please sign in to comment.