Update compiler support.
Drops 2.071.2 and adds 2.078.3.
This commit is contained in:
parent
e8e8f85271
commit
4bcf113732
12
.travis.yml
12
.travis.yml
|
@ -9,20 +9,20 @@ 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.077.1
|
- dmd-2.078.3
|
||||||
- dmd-2.071.2
|
- dmd-2.072.2
|
||||||
|
- ldc-1.7.0
|
||||||
- ldc-1.6.0
|
- ldc-1.6.0
|
||||||
- ldc-1.5.0
|
- ldc-1.5.0
|
||||||
- ldc-1.4.0
|
- ldc-1.4.0
|
||||||
- ldc-1.3.0
|
- ldc-1.3.0
|
||||||
- ldc-1.2.0
|
- ldc-1.2.0
|
||||||
- ldc-1.1.0
|
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
|
- dmd-2.077.1
|
||||||
- dmd-2.076.1
|
- dmd-2.076.1
|
||||||
- dmd-2.075.1
|
- dmd-2.075.1
|
||||||
- dmd-2.074.1
|
- dmd-2.074.1
|
||||||
- dmd-2.073.2
|
- dmd-2.073.2
|
||||||
- dmd-2.072.2
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONFIG=select
|
- CONFIG=select
|
||||||
|
@ -45,16 +45,12 @@ matrix:
|
||||||
d: dmd-2.073.2
|
d: dmd-2.073.2
|
||||||
- os: osx
|
- os: osx
|
||||||
d: dmd-2.072.2
|
d: dmd-2.072.2
|
||||||
- os: osx
|
|
||||||
d: dmd-2.071.2
|
|
||||||
- os: osx
|
- os: osx
|
||||||
d: dmd-beta
|
d: dmd-beta
|
||||||
- os: osx
|
- os: osx
|
||||||
d: ldc-1.3.0
|
d: ldc-1.3.0
|
||||||
- os: osx
|
- os: osx
|
||||||
d: ldc-1.2.0
|
d: ldc-1.2.0
|
||||||
- os: osx
|
|
||||||
d: ldc-1.1.0
|
|
||||||
|
|
||||||
script: ./travis-ci.sh
|
script: ./travis-ci.sh
|
||||||
|
|
||||||
|
|
|
@ -27,19 +27,19 @@ Supported compilers
|
||||||
|
|
||||||
The following compilers are tested and supported:
|
The following compilers are tested and supported:
|
||||||
|
|
||||||
|
- DMD 2.078.3
|
||||||
- DMD 2.077.1
|
- DMD 2.077.1
|
||||||
- DMD 2.076.1
|
- DMD 2.076.1
|
||||||
- DMD 2.075.1
|
- DMD 2.075.1
|
||||||
- DMD 2.074.1
|
- DMD 2.074.1
|
||||||
- DMD 2.073.2
|
- DMD 2.073.2
|
||||||
- DMD 2.072.2
|
- DMD 2.072.2
|
||||||
- DMD 2.071.2
|
- LDC 1.7.0
|
||||||
- LDC 1.6.0
|
- LDC 1.6.0
|
||||||
- LDC 1.5.0
|
- LDC 1.5.0
|
||||||
- LDC 1.4.0
|
- LDC 1.4.0
|
||||||
- LDC 1.3.0
|
- LDC 1.3.0
|
||||||
- LDC 1.2.0
|
- LDC 1.2.0
|
||||||
- LDC 1.1.0
|
|
||||||
|
|
||||||
|
|
||||||
Driver development status
|
Driver development status
|
||||||
|
|
16
appveyor.yml
16
appveyor.yml
|
@ -2,13 +2,17 @@ platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.077.1
|
DVersion: 2.078.3
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.077.1
|
DVersion: 2.078.3
|
||||||
arch: x86
|
arch: x86
|
||||||
config: winapi-optlink
|
config: winapi-optlink
|
||||||
|
- DC: dmd
|
||||||
|
DVersion: 2.078.3
|
||||||
|
arch: x86_mscoff
|
||||||
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.077.1
|
DVersion: 2.077.1
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
|
@ -37,6 +41,10 @@ environment:
|
||||||
DVersion: 2.071.1
|
DVersion: 2.071.1
|
||||||
arch: x86
|
arch: x86
|
||||||
config: winapi-optlink
|
config: winapi-optlink
|
||||||
|
- DC: ldc
|
||||||
|
DVersion: 1.7.0
|
||||||
|
arch: x64
|
||||||
|
config: winapi
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
DVersion: 1.6.0
|
DVersion: 1.6.0
|
||||||
arch: x64
|
arch: x64
|
||||||
|
@ -57,10 +65,6 @@ environment:
|
||||||
DVersion: 1.2.0
|
DVersion: 1.2.0
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.1.0
|
|
||||||
arch: x64
|
|
||||||
config: winapi
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in a new issue