Update to DMD 2.087.1 and LDC 1.6.0.
This commit is contained in:
parent
ce1adf8c3b
commit
c74ce47cc9
|
@ -5,14 +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.086.0
|
- dmd-2.087.1
|
||||||
- dmd-2.078.3
|
- dmd-2.078.3
|
||||||
|
- ldc-1.16.0
|
||||||
|
- ldc-1.15.0
|
||||||
|
- ldc-1.14.0
|
||||||
- ldc-1.13.0
|
- ldc-1.13.0
|
||||||
- ldc-1.12.0
|
- ldc-1.12.0
|
||||||
- ldc-1.11.0
|
- ldc-1.11.0
|
||||||
- ldc-1.10.0
|
- ldc-1.10.0
|
||||||
- ldc-1.9.0
|
- ldc-1.9.0
|
||||||
- ldc-1.8.0
|
- dmd-2.086.1
|
||||||
- dmd-2.085.1
|
- dmd-2.085.1
|
||||||
- dmd-2.084.1
|
- dmd-2.084.1
|
||||||
- dmd-2.083.1
|
- dmd-2.083.1
|
||||||
|
|
|
@ -26,7 +26,8 @@ Supported compilers
|
||||||
|
|
||||||
The following compilers are tested and supported:
|
The following compilers are tested and supported:
|
||||||
|
|
||||||
- DMD 2.086.0
|
- DMD 2.087.1
|
||||||
|
- DMD 2.086.1
|
||||||
- DMD 2.085.1
|
- DMD 2.085.1
|
||||||
- DMD 2.084.1
|
- DMD 2.084.1
|
||||||
- DMD 2.083.1
|
- DMD 2.083.1
|
||||||
|
@ -34,7 +35,7 @@ The following compilers are tested and supported:
|
||||||
- DMD 2.081.2
|
- DMD 2.081.2
|
||||||
- DMD 2.080.1
|
- DMD 2.080.1
|
||||||
- DMD 2.079.0
|
- DMD 2.079.0
|
||||||
- DMD 2.078.3
|
- LDC 1.16.0
|
||||||
- LDC 1.15.0
|
- LDC 1.15.0
|
||||||
- LDC 1.14.0
|
- LDC 1.14.0
|
||||||
- LDC 1.13.0
|
- LDC 1.13.0
|
||||||
|
@ -42,6 +43,9 @@ The following compilers are tested and supported:
|
||||||
- LDC 1.11.0
|
- LDC 1.11.0
|
||||||
- LDC 1.10.0
|
- LDC 1.10.0
|
||||||
- LDC 1.9.0
|
- LDC 1.9.0
|
||||||
|
|
||||||
|
Supported up to 1.6.2:
|
||||||
|
- DMD 2.078.3
|
||||||
- LDC 1.8.0
|
- LDC 1.8.0
|
||||||
|
|
||||||
Supported up to 1.4.7:
|
Supported up to 1.4.7:
|
||||||
|
|
16
appveyor.yml
16
appveyor.yml
|
@ -2,14 +2,17 @@ platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.086.0
|
DVersion: 2.087.1
|
||||||
arch: x64
|
arch: x64
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.086.0
|
DVersion: 2.087.1
|
||||||
arch: x86
|
arch: x86
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.086.0
|
DVersion: 2.087.1
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
|
- DC: dmd
|
||||||
|
DVersion: 2.086.1
|
||||||
|
arch: x64
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.085.1
|
DVersion: 2.085.1
|
||||||
arch: x64
|
arch: x64
|
||||||
|
@ -31,8 +34,8 @@ environment:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.079.0
|
DVersion: 2.079.0
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
- DC: dmd
|
- DC: ldc
|
||||||
DVersion: 2.078.3
|
DVersion: 1.16.0
|
||||||
arch: x64
|
arch: x64
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
DVersion: 1.15.0
|
DVersion: 1.15.0
|
||||||
|
@ -55,9 +58,6 @@ environment:
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
DVersion: 1.9.0
|
DVersion: 1.9.0
|
||||||
arch: x64
|
arch: x64
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.8.0
|
|
||||||
arch: x64
|
|
||||||
|
|
||||||
skip_tags: false
|
skip_tags: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue