commit
6014fb518e
|
@ -5,11 +5,12 @@ 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.075.0
|
- dmd-2.076.0
|
||||||
- dmd-2.071.2
|
- dmd-2.071.2
|
||||||
- ldc-1.3.0
|
- ldc-1.3.0
|
||||||
- ldc-1.2.0
|
- ldc-1.2.0
|
||||||
- ldc-1.1.0
|
- ldc-1.1.0
|
||||||
|
- dmd-2.075.0
|
||||||
- dmd-2.074.1
|
- dmd-2.074.1
|
||||||
- dmd-2.073.2
|
- dmd-2.073.2
|
||||||
- dmd-2.072.2
|
- dmd-2.072.2
|
||||||
|
|
|
@ -2,13 +2,16 @@ platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.075.0
|
DVersion: 2.076.0
|
||||||
arch: x64
|
arch: x64
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.075.0
|
DVersion: 2.076.0
|
||||||
arch: x86
|
arch: x86
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.075.0
|
DVersion: 2.076.0
|
||||||
|
arch: x86_mscoff
|
||||||
|
- DC: dmd
|
||||||
|
DVersion: 2.075.1
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.074.1
|
DVersion: 2.074.1
|
||||||
|
|
Loading…
Reference in a new issue