Add DMD 2.079.0 support.
This commit is contained in:
parent
446e96fff3
commit
27a80b6e0a
|
@ -9,7 +9,7 @@ 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.078.3
|
- dmd-2.079.0
|
||||||
- dmd-2.072.2
|
- dmd-2.072.2
|
||||||
- ldc-1.7.0
|
- ldc-1.7.0
|
||||||
- ldc-1.6.0
|
- ldc-1.6.0
|
||||||
|
@ -18,6 +18,7 @@ d:
|
||||||
- ldc-1.3.0
|
- ldc-1.3.0
|
||||||
- ldc-1.2.0
|
- ldc-1.2.0
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
|
- dmd-2.078.3
|
||||||
- dmd-2.077.1
|
- dmd-2.077.1
|
||||||
- dmd-2.076.1
|
- dmd-2.076.1
|
||||||
- dmd-2.075.1
|
- dmd-2.075.1
|
||||||
|
|
|
@ -27,6 +27,7 @@ Supported compilers
|
||||||
|
|
||||||
The following compilers are tested and supported:
|
The following compilers are tested and supported:
|
||||||
|
|
||||||
|
- DMD 2.079.0
|
||||||
- DMD 2.078.3
|
- DMD 2.078.3
|
||||||
- DMD 2.077.1
|
- DMD 2.077.1
|
||||||
- DMD 2.076.1
|
- DMD 2.076.1
|
||||||
|
|
|
@ -2,13 +2,17 @@ platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.078.3
|
DVersion: 2.079.0
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.078.3
|
DVersion: 2.079.0
|
||||||
arch: x86
|
arch: x86
|
||||||
config: winapi-optlink
|
config: winapi-optlink
|
||||||
|
- DC: dmd
|
||||||
|
DVersion: 2.079.0
|
||||||
|
arch: x86_mscoff
|
||||||
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.078.3
|
DVersion: 2.078.3
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
|
|
Loading…
Reference in a new issue