Test on DMD 2.088.0
This commit is contained in:
parent
a39d3537ca
commit
7f998a6bec
|
@ -5,16 +5,16 @@ 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.087.1
|
||||
- dmd-2.088.0
|
||||
- dmd-2.078.3
|
||||
- ldc-1.17.0
|
||||
- ldc-1.16.0
|
||||
- ldc-1.15.0
|
||||
- ldc-1.14.0
|
||||
- ldc-1.9.0
|
||||
- dmd-2.087.1
|
||||
- dmd-2.086.1
|
||||
- dmd-2.085.1
|
||||
- dmd-2.084.1
|
||||
- dmd-2.079.0
|
||||
- dmd-beta
|
||||
|
||||
|
|
|
@ -26,10 +26,10 @@ Supported compilers
|
|||
|
||||
The following compilers are tested and supported:
|
||||
|
||||
- DMD 2.088.0
|
||||
- DMD 2.087.1
|
||||
- DMD 2.086.1
|
||||
- DMD 2.085.1
|
||||
- DMD 2.084.1
|
||||
- DMD 2.079.0
|
||||
- LDC 1.17.0
|
||||
- LDC 1.16.0
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
platform: x64
|
||||
environment:
|
||||
matrix:
|
||||
- DC: dmd
|
||||
DVersion: 2.088.0
|
||||
arch: x64
|
||||
- DC: dmd
|
||||
DVersion: 2.087.1
|
||||
arch: x64
|
||||
|
@ -16,9 +19,6 @@ environment:
|
|||
- DC: dmd
|
||||
DVersion: 2.085.1
|
||||
arch: x64
|
||||
- DC: dmd
|
||||
DVersion: 2.084.1
|
||||
arch: x86
|
||||
- DC: dmd
|
||||
DVersion: 2.079.0
|
||||
arch: x86_mscoff
|
||||
|
|
Loading…
Reference in a new issue