Drop 2.071.2 support and test 2.077.1 and LDC 1.6.0.
This commit is contained in:
parent
a6b82e4ab2
commit
cf19597896
|
@ -5,18 +5,17 @@ d:
|
||||||
# this way the overall test time gets cut down (GDC/LDC are a lot
|
# this way the overall test time gets cut down (GDC/LDC are a lot
|
||||||
# slower tham DMD, so they should be started early), while still
|
# slower tham DMD, so they should be started early), while still
|
||||||
# catching most DMD version related build failures early
|
# catching most DMD version related build failures early
|
||||||
- dmd-2.077.0
|
- dmd-2.077.1
|
||||||
- dmd-2.071.2
|
- dmd-2.072.2
|
||||||
|
- ldc-1.6.0
|
||||||
- ldc-1.5.0
|
- ldc-1.5.0
|
||||||
- ldc-1.4.0
|
- ldc-1.4.0
|
||||||
- ldc-1.3.0
|
- ldc-1.3.0
|
||||||
- ldc-1.2.0
|
- ldc-1.2.0
|
||||||
- ldc-1.1.0
|
|
||||||
- dmd-2.076.1
|
- dmd-2.076.1
|
||||||
- dmd-2.075.1
|
- dmd-2.075.1
|
||||||
- dmd-2.074.1
|
- dmd-2.074.1
|
||||||
- dmd-2.073.2
|
- dmd-2.073.2
|
||||||
- dmd-2.072.2
|
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -36,17 +36,21 @@ Supported compilers
|
||||||
|
|
||||||
The following compilers are tested and supported:
|
The following compilers are tested and supported:
|
||||||
|
|
||||||
- DMD 2.077.0
|
- DMD 2.077.1
|
||||||
- DMD 2.076.1
|
- DMD 2.076.1
|
||||||
- DMD 2.075.1
|
- DMD 2.075.1
|
||||||
- DMD 2.074.1
|
- DMD 2.074.1
|
||||||
- DMD 2.073.2
|
- DMD 2.073.2
|
||||||
- DMD 2.072.2
|
- DMD 2.072.2
|
||||||
- DMD 2.071.2
|
- LDC 1.6.0
|
||||||
- LDC 1.5.0
|
- LDC 1.5.0
|
||||||
- LDC 1.4.0
|
- LDC 1.4.0
|
||||||
- LDC 1.3.0
|
- LDC 1.3.0
|
||||||
- LDC 1.2.0
|
- LDC 1.2.0
|
||||||
|
|
||||||
|
Supported up to 1.3.0:
|
||||||
|
|
||||||
|
- DMD 2.071.2
|
||||||
- LDC 1.1.0
|
- LDC 1.1.0
|
||||||
|
|
||||||
Supported up to 1.1.1:
|
Supported up to 1.1.1:
|
||||||
|
|
15
appveyor.yml
15
appveyor.yml
|
@ -2,13 +2,13 @@ platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.077.0
|
DVersion: 2.077.1
|
||||||
arch: x64
|
arch: x64
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.077.0
|
DVersion: 2.077.1
|
||||||
arch: x86
|
arch: x86
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.077.0
|
DVersion: 2.077.1
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.076.1
|
DVersion: 2.076.1
|
||||||
|
@ -25,9 +25,9 @@ environment:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.072.2
|
DVersion: 2.072.2
|
||||||
arch: x64
|
arch: x64
|
||||||
- DC: dmd
|
- DC: ldc
|
||||||
DVersion: 2.071.1
|
DVersion: 1.6.0
|
||||||
arch: x86
|
arch: x64
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
DVersion: 1.5.0
|
DVersion: 1.5.0
|
||||||
arch: x64
|
arch: x64
|
||||||
|
@ -40,9 +40,6 @@ environment:
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
DVersion: 1.2.0
|
DVersion: 1.2.0
|
||||||
arch: x64
|
arch: x64
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.1.0
|
|
||||||
arch: x64
|
|
||||||
|
|
||||||
skip_tags: false
|
skip_tags: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue