Test on DMD 2.078.3 and LDC 1.7.0.

This commit is contained in:
Sönke Ludwig 2018-02-22 18:12:55 +01:00
parent abc353cfe9
commit dddcd0b5ef
3 changed files with 13 additions and 3 deletions

View file

@ -5,13 +5,15 @@ 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.1 - dmd-2.078.3
- dmd-2.072.2 - dmd-2.072.2
- ldc-1.7.0
- ldc-1.6.0 - 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
- 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

View file

@ -36,12 +36,14 @@ Supported compilers
The following compilers are tested and supported: The following compilers are tested and supported:
- 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
- DMD 2.074.1 - DMD 2.074.1
- DMD 2.073.2 - DMD 2.073.2
- DMD 2.072.2 - DMD 2.072.2
- LDC 1.7.0
- LDC 1.6.0 - LDC 1.6.0
- LDC 1.5.0 - LDC 1.5.0
- LDC 1.4.0 - LDC 1.4.0

View file

@ -2,11 +2,14 @@ platform: x64
environment: environment:
matrix: matrix:
- DC: dmd - DC: dmd
DVersion: 2.077.1 DVersion: 2.078.3
arch: x64 arch: x64
- DC: dmd - DC: dmd
DVersion: 2.077.1 DVersion: 2.078.3
arch: x86 arch: x86
- DC: dmd
DVersion: 2.078.3
arch: x86_mscoff
- DC: dmd - DC: dmd
DVersion: 2.077.1 DVersion: 2.077.1
arch: x86_mscoff arch: x86_mscoff
@ -25,6 +28,9 @@ environment:
- DC: dmd - DC: dmd
DVersion: 2.072.2 DVersion: 2.072.2
arch: x64 arch: x64
- DC: ldc
DVersion: 1.7.0
arch: x64
- DC: ldc - DC: ldc
DVersion: 1.6.0 DVersion: 1.6.0
arch: x64 arch: x64