Skip to content

Commit baaa784

Browse files
Remove MSVC 2010 from build matrix.
1 parent fa0bdba commit baaa784

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

appveyor_oldcomp.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ environment:
3232
# COMPILER_ID: gcc
3333
#
3434
# older compilers are supported in a separate appveyor project
35-
36-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
37-
CMAKE_GENERATOR: 'Visual Studio 10 2010'
38-
CMAKE_ARCHITECTURE: Win32
39-
CMAKE_PLATFORM: x86
40-
COMPILER_ID: msvc10
41-
42-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
43-
CMAKE_GENERATOR: 'Visual Studio 10 2010'
44-
CMAKE_ARCHITECTURE: x64
45-
CMAKE_PLATFORM: x64
46-
COMPILER_ID: msvc10
35+
#
36+
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
37+
# CMAKE_GENERATOR: 'Visual Studio 10 2010'
38+
# CMAKE_ARCHITECTURE: Win32
39+
# CMAKE_PLATFORM: x86
40+
# COMPILER_ID: msvc10
41+
#
42+
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
43+
# CMAKE_GENERATOR: 'Visual Studio 10 2010'
44+
# CMAKE_ARCHITECTURE: x64
45+
# CMAKE_PLATFORM: x64
46+
# COMPILER_ID: msvc10
4747

4848
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4949
CMAKE_GENERATOR: 'Visual Studio 14 2015'

0 commit comments

Comments
 (0)