Test with DMD 2.077.0 and LDC 1.4.0/1.5.0.

This commit is contained in:
Sönke Ludwig 2017-11-17 12:00:09 +01:00
parent 8c68a4aeef
commit 311eb2587f
3 changed files with 21 additions and 6 deletions

View file

@ -5,12 +5,15 @@ d:
# 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
# catching most DMD version related build failures early
- dmd-2.076.0
- dmd-2.077.0
- dmd-2.071.2
- ldc-1.5.0
- ldc-1.4.0
- ldc-1.3.0
- ldc-1.2.0
- ldc-1.1.0
- dmd-2.075.0
- dmd-2.076.1
- dmd-2.075.1
- dmd-2.074.1
- dmd-2.073.2
- dmd-2.072.2

View file

@ -36,12 +36,15 @@ Supported compilers
The following compilers are tested and supported:
- DMD 2.076.0
- DMD 2.077.0
- DMD 2.076.1
- DMD 2.075.1
- DMD 2.074.1
- DMD 2.073.2
- DMD 2.072.2
- DMD 2.071.2
- LDC 1.5.0
- LDC 1.4.0
- LDC 1.3.0
- LDC 1.2.0
- LDC 1.1.0

View file

@ -2,13 +2,16 @@ platform: x64
environment:
matrix:
- DC: dmd
DVersion: 2.076.0
DVersion: 2.077.0
arch: x64
- DC: dmd
DVersion: 2.076.0
DVersion: 2.077.0
arch: x86
- DC: dmd
DVersion: 2.076.0
DVersion: 2.077.0
arch: x86_mscoff
- DC: dmd
DVersion: 2.076.1
arch: x86_mscoff
- DC: dmd
DVersion: 2.075.1
@ -25,6 +28,12 @@ environment:
- DC: dmd
DVersion: 2.071.1
arch: x86
- DC: ldc
DVersion: 1.5.0
arch: x64
- DC: ldc
DVersion: 1.4.0
arch: x64
- DC: ldc
DVersion: 1.3.0
arch: x64