Test on DMD 2.088.0

This commit is contained in:
Sönke Ludwig 2019-09-17 19:01:58 +02:00
parent a39d3537ca
commit 7f998a6bec
3 changed files with 6 additions and 6 deletions

View file

@ -5,16 +5,16 @@ 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.087.1 - dmd-2.088.0
- dmd-2.078.3 - dmd-2.078.3
- ldc-1.17.0 - ldc-1.17.0
- ldc-1.16.0 - ldc-1.16.0
- ldc-1.15.0 - ldc-1.15.0
- ldc-1.14.0 - ldc-1.14.0
- ldc-1.9.0 - ldc-1.9.0
- dmd-2.087.1
- dmd-2.086.1 - dmd-2.086.1
- dmd-2.085.1 - dmd-2.085.1
- dmd-2.084.1
- dmd-2.079.0 - dmd-2.079.0
- dmd-beta - dmd-beta

View file

@ -26,10 +26,10 @@ Supported compilers
The following compilers are tested and supported: The following compilers are tested and supported:
- DMD 2.088.0
- DMD 2.087.1 - DMD 2.087.1
- DMD 2.086.1 - DMD 2.086.1
- DMD 2.085.1 - DMD 2.085.1
- DMD 2.084.1
- DMD 2.079.0 - DMD 2.079.0
- LDC 1.17.0 - LDC 1.17.0
- LDC 1.16.0 - LDC 1.16.0

View file

@ -1,6 +1,9 @@
platform: x64 platform: x64
environment: environment:
matrix: matrix:
- DC: dmd
DVersion: 2.088.0
arch: x64
- DC: dmd - DC: dmd
DVersion: 2.087.1 DVersion: 2.087.1
arch: x64 arch: x64
@ -16,9 +19,6 @@ environment:
- DC: dmd - DC: dmd
DVersion: 2.085.1 DVersion: 2.085.1
arch: x64 arch: x64
- DC: dmd
DVersion: 2.084.1
arch: x86
- DC: dmd - DC: dmd
DVersion: 2.079.0 DVersion: 2.079.0
arch: x86_mscoff arch: x86_mscoff