Skip to content

Commit 3a1d049

Browse files
committed
appveyor: drop support for VS2008
- Visual Studio 2008 has been dropped by EPICS Base end of 2020 (fixes #64)
1 parent 75bae77 commit 3a1d049

5 files changed

Lines changed: 3 additions & 11 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ environment:
9595
- CMP: vs2013
9696
- CMP: vs2012
9797
- CMP: vs2010
98-
- CMP: vs2008
9998

10099
# Platform: architecture
101100
platform:
@@ -125,8 +124,6 @@ matrix:
125124
CMP: vs2012
126125
- platform: x64
127126
CMP: vs2010
128-
- platform: x64
129-
CMP: vs2008
130127

131128
# Run test script for unit tests (SET = test00)
132129
for:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for more details.
8585
- One parallel runner (all builds are sequential)
8686
- Windows Server 2012/2016/2019
8787
- Compile using gcc/MinGW or different Visual Studio versions: \
88-
2008, 2010, 2012, 2013, 2015, 2017, 2019
88+
2010, 2012, 2013, 2015, 2017, 2019
8989
- Compile for Windows 32bit and 64bit
9090
- No useful caching available.
9191

appveyor/.appveyor.yml.example-full

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ environment:
109109
- CMP: vs2013
110110
- CMP: vs2012
111111
- CMP: vs2010
112-
- CMP: vs2008
113112

114113
# Platform: processor architecture
115114
platform:
@@ -124,8 +123,6 @@ matrix:
124123
CMP: vs2012
125124
- platform: x64
126125
CMP: vs2010
127-
- platform: x64
128-
CMP: vs2008
129126
# Exclude more jobs to reduce build time
130127
# E.g., skip 32-bit for newer compilers
131128
#- platform: x86

appveyor/.appveyor.yml.example-mini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ matrix:
5252
CMP: vs2012
5353
- platform: x64
5454
CMP: vs2010
55-
- platform: x64
56-
CMP: vs2008
5755

5856
build_script:
5957
- cmd: python .ci/cue.py prepare

appveyor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- One parallel runner (all builds are sequential)
66
- Windows Server 2012/2016/2019
77
- Compile using gcc/MinGW or different Visual Studio versions: \
8-
2008, 2010, 2012, 2013, 2015, 2017, 2019
8+
2010, 2012, 2013, 2015, 2017, 2019
99
- Compile for Windows 32bit and 64bit
1010
- No useful caching available.
1111

@@ -46,7 +46,7 @@
4646
List of environment variable settings. Each list element (starting with
4747
a dash) is one step on the axis of the build matrix. \
4848
Set `CMP` to select the compiler: `gcc` for the native
49-
[MinGW](http://mingw-w64.org/) GNU compiler, `vs2008` ...`vs2019`
49+
[MinGW](http://mingw-w64.org/) GNU compiler, `vs2010` ...`vs2019`
5050
(options listed above) for the Microsoft Visual Studio compilers.
5151
5252
Your builds will take long. \

0 commit comments

Comments
 (0)