diff options
| author | Mateusz Loskot <mateusz@loskot.net> | 2018-02-21 23:09:14 +0100 |
|---|---|---|
| committer | Mateusz Loskot <mateusz@loskot.net> | 2018-02-22 18:58:23 +0100 |
| commit | a02d66349403329b920846499d304724933446a7 (patch) | |
| tree | 6e5eda7a766fb07ee1e38c01b76d8b51b59d0fa4 /appveyor.yml | |
| parent | c082da5efcab2853e87c729435c834e24b6a3d51 (diff) | |
| download | PROJ-a02d66349403329b920846499d304724933446a7.tar.gz PROJ-a02d66349403329b920846499d304724933446a7.zip | |
Add VS2017 and VS2015 to AppVeyor build matrix
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 11f16b5d..a9de275e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,16 @@ environment: - BUILD_TYPE: cmake VS_VERSION: Visual Studio 12 +# VS 2015 + - BUILD_TYPE: cmake + VS_VERSION: Visual Studio 14 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + +# VS 2017 + - BUILD_TYPE: cmake + VS_VERSION: Visual Studio 15 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + - BUILD_TYPE: nmake shallow_clone: true |
