diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-29 22:48:28 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 11:48:28 +0200 |
| commit | 9b82aef002d0a38976af926252e78c535f8317ce (patch) | |
| tree | 63ca9e9cca8fae4192fe41d353afafd3b88d6f22 /appveyor.yml | |
| parent | 29051766975d471c4eff9f7b3137752234cf1a4c (diff) | |
| download | PROJ-9b82aef002d0a38976af926252e78c535f8317ce.tar.gz PROJ-9b82aef002d0a38976af926252e78c535f8317ce.zip | |
CI environment: adapt for C++11 capable environments
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml index f54155c5..70d9b1e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,23 +5,6 @@ platform: environment: matrix: -# Does not work -# VS 2008 -# - BUILD_TYPE: cmake -# VS_VERSION: Visual Studio 9 2008 - -# VS 2010 - - BUILD_TYPE: cmake - VS_VERSION: Visual Studio 10 - -# VS 2012 - - BUILD_TYPE: cmake - VS_VERSION: Visual Studio 11 - -# VS 2013 - - BUILD_TYPE: cmake - VS_VERSION: Visual Studio 12 - # VS 2015 - BUILD_TYPE: cmake VS_VERSION: Visual Studio 14 |
