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
|
||||
# latest 4 versions plus the oldest supported version should be present
|
||||
- dmd-2.087.1
|
||||
- dmd-2.076.1
|
||||
- dmd-2.078.3
|
||||
- ldc-1.17.0
|
||||
- ldc-1.16.0
|
||||
- ldc-1.15.0
|
||||
- ldc-1.14.0
|
||||
- ldc-1.13.0
|
||||
- ldc-1.12.0
|
||||
- ldc-1.6.0
|
||||
- dmd-beta
|
||||
- ldc-1.9.0
|
||||
- dmd-2.086.1
|
||||
- dmd-2.085.1
|
||||
- dmd-2.084.1
|
||||
- dmd-2.079.0
|
||||
- dmd-beta
|
||||
|
||||
env:
|
||||
- CONFIG=select
|
||||
|
|
|
@ -31,12 +31,13 @@ The following compilers are tested and supported:
|
|||
- DMD 2.086.1
|
||||
- DMD 2.085.1
|
||||
- DMD 2.084.1
|
||||
- DMD 2.076.1
|
||||
- DMD 2.079.0
|
||||
- LDC 1.17.0
|
||||
- LDC 1.16.0
|
||||
- LDC 1.15.0
|
||||
- LDC 1.14.0
|
||||
- LDC 1.13.0
|
||||
- LDC 1.6.0
|
||||
- LDC 1.9.0
|
||||
|
||||
|
||||
Driver development status
|
||||
|
|
13
appveyor.yml
13
appveyor.yml
|
@ -30,9 +30,12 @@ environment:
|
|||
arch: x64
|
||||
config: winapi
|
||||
- DC: dmd
|
||||
DVersion: 2.076.1
|
||||
DVersion: 2.079.0
|
||||
arch: x64
|
||||
config: winapi
|
||||
- DC: ldc
|
||||
DVersion: 1.17.0
|
||||
arch: x64
|
||||
- DC: ldc
|
||||
DVersion: 1.16.0
|
||||
arch: x64
|
||||
|
@ -46,11 +49,7 @@ environment:
|
|||
arch: x86
|
||||
config: winapi
|
||||
- DC: ldc
|
||||
DVersion: 1.13.0
|
||||
arch: x64
|
||||
config: winapi
|
||||
- DC: ldc
|
||||
DVersion: 1.6.0
|
||||
DVersion: 1.9.0
|
||||
arch: x64
|
||||
config: winapi
|
||||
|
||||
|
@ -152,4 +151,4 @@ test_script:
|
|||
- echo %DC%
|
||||
- echo %PATH%
|
||||
- '%DC% --version'
|
||||
- dub test --arch=%Darch% --compiler=%DC% --config=%CONFIG%
|
||||
- dub test --arch=%Darch% --compiler=%DC% --config=%CONFIG%
|
||||
|
|
Loading…
Reference in a new issue