Update list of supported compiler to match vibe-core
This commit is contained in:
parent
bca94d5736
commit
86cb50bfd2
10
.travis.yml
10
.travis.yml
|
@ -11,17 +11,17 @@ d:
|
||||||
# catching most DMD version related build failures early
|
# catching most DMD version related build failures early
|
||||||
# latest 4 versions plus the oldest supported version should be present
|
# latest 4 versions plus the oldest supported version should be present
|
||||||
- dmd-2.087.1
|
- dmd-2.087.1
|
||||||
- dmd-2.076.1
|
- dmd-2.078.3
|
||||||
|
- 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.13.0
|
- ldc-1.9.0
|
||||||
- ldc-1.12.0
|
|
||||||
- ldc-1.6.0
|
|
||||||
- dmd-beta
|
|
||||||
- dmd-2.086.1
|
- dmd-2.086.1
|
||||||
- dmd-2.085.1
|
- dmd-2.085.1
|
||||||
- dmd-2.084.1
|
- dmd-2.084.1
|
||||||
|
- dmd-2.079.0
|
||||||
|
- dmd-beta
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONFIG=select
|
- CONFIG=select
|
||||||
|
|
|
@ -31,12 +31,13 @@ The following compilers are tested and supported:
|
||||||
- DMD 2.086.1
|
- DMD 2.086.1
|
||||||
- DMD 2.085.1
|
- DMD 2.085.1
|
||||||
- DMD 2.084.1
|
- DMD 2.084.1
|
||||||
- DMD 2.076.1
|
- DMD 2.079.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.13.0
|
- LDC 1.13.0
|
||||||
- LDC 1.6.0
|
- LDC 1.9.0
|
||||||
|
|
||||||
|
|
||||||
Driver development status
|
Driver development status
|
||||||
|
|
11
appveyor.yml
11
appveyor.yml
|
@ -30,9 +30,12 @@ environment:
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.076.1
|
DVersion: 2.079.0
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
|
- DC: ldc
|
||||||
|
DVersion: 1.17.0
|
||||||
|
arch: x64
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
DVersion: 1.16.0
|
DVersion: 1.16.0
|
||||||
arch: x64
|
arch: x64
|
||||||
|
@ -46,11 +49,7 @@ environment:
|
||||||
arch: x86
|
arch: x86
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
DVersion: 1.13.0
|
DVersion: 1.9.0
|
||||||
arch: x64
|
|
||||||
config: winapi
|
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.6.0
|
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue