Upgrade compiler support to 2.076.1-2.082.0.
This commit is contained in:
parent
04ceb51fce
commit
619b8de2a5
32
.travis.yml
32
.travis.yml
|
@ -9,21 +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.079.0
|
- dmd-2.082.0
|
||||||
- dmd-2.072.2
|
- dmd-2.076.1
|
||||||
|
- ldc-1.11.0
|
||||||
|
- ldc-1.10.0
|
||||||
|
- ldc-1.9.0
|
||||||
|
- ldc-1.8.0
|
||||||
- ldc-1.7.0
|
- ldc-1.7.0
|
||||||
- ldc-1.6.0
|
- ldc-1.6.0
|
||||||
- ldc-1.5.0
|
|
||||||
- ldc-1.4.0
|
|
||||||
- ldc-1.3.0
|
|
||||||
- ldc-1.2.0
|
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
|
- dmd-2.081.2
|
||||||
|
- dmd-2.080.1
|
||||||
|
- dmd-2.079.0
|
||||||
- dmd-2.078.3
|
- dmd-2.078.3
|
||||||
- dmd-2.077.1
|
- dmd-2.077.1
|
||||||
- dmd-2.076.1
|
|
||||||
- dmd-2.075.1
|
|
||||||
- dmd-2.074.1
|
|
||||||
- dmd-2.073.2
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONFIG=select
|
- CONFIG=select
|
||||||
|
@ -34,27 +33,14 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- d: dmd-beta
|
- d: dmd-beta
|
||||||
- d: dmd-2.072.2 # too old DUB version on Travis-CI
|
|
||||||
exclude:
|
exclude:
|
||||||
- env: CONFIG=libasync
|
- env: CONFIG=libasync
|
||||||
- os: osx
|
- os: osx
|
||||||
env: CONFIG=epoll
|
env: CONFIG=epoll
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CONFIG=kqueue
|
env: CONFIG=kqueue
|
||||||
- os: osx
|
|
||||||
d: dmd-2.074.1
|
|
||||||
- os: osx
|
|
||||||
d: dmd-2.073.2
|
|
||||||
- os: osx
|
|
||||||
d: dmd-2.072.2
|
|
||||||
- os: osx
|
- os: osx
|
||||||
d: dmd-beta
|
d: dmd-beta
|
||||||
- os: osx # requires a newer libcurl than available
|
|
||||||
d: ldc-1.4.0
|
|
||||||
- os: osx
|
|
||||||
d: ldc-1.3.0
|
|
||||||
- os: osx
|
|
||||||
d: ldc-1.2.0
|
|
||||||
|
|
||||||
script: ./travis-ci.sh
|
script: ./travis-ci.sh
|
||||||
|
|
||||||
|
|
15
README.md
15
README.md
|
@ -27,20 +27,19 @@ Supported compilers
|
||||||
|
|
||||||
The following compilers are tested and supported:
|
The following compilers are tested and supported:
|
||||||
|
|
||||||
|
- DMD 2.082.0
|
||||||
|
- DMD 2.081.2
|
||||||
|
- DMD 2.080.1
|
||||||
- DMD 2.079.0
|
- DMD 2.079.0
|
||||||
- DMD 2.078.3
|
- DMD 2.078.3
|
||||||
- DMD 2.077.1
|
- DMD 2.077.1
|
||||||
- DMD 2.076.1
|
- DMD 2.076.1
|
||||||
- DMD 2.075.1
|
- LDC 1.11.0
|
||||||
- DMD 2.074.1
|
- LDC 1.10.0
|
||||||
- DMD 2.073.2
|
- LDC 1.9.0
|
||||||
- DMD 2.072.2
|
- LDC 1.8.0
|
||||||
- LDC 1.7.0
|
- LDC 1.7.0
|
||||||
- LDC 1.6.0
|
- LDC 1.6.0
|
||||||
- LDC 1.5.0
|
|
||||||
- LDC 1.4.0
|
|
||||||
- LDC 1.3.0
|
|
||||||
- LDC 1.2.0
|
|
||||||
|
|
||||||
|
|
||||||
Driver development status
|
Driver development status
|
||||||
|
|
62
appveyor.yml
62
appveyor.yml
|
@ -2,43 +2,55 @@ platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.079.0
|
DVersion: 2.082.0
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.079.0
|
DVersion: 2.082.0
|
||||||
arch: x86
|
arch: x86
|
||||||
config: winapi-optlink
|
config: winapi-optlink
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.079.0
|
DVersion: 2.082.0
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.078.3
|
DVersion: 2.081.2
|
||||||
arch: x86_mscoff
|
arch: x86_mscoff
|
||||||
config: winapi
|
config: winapi
|
||||||
|
- DC: dmd
|
||||||
|
DVersion: 2.080.1
|
||||||
|
arch: x86
|
||||||
|
config: select-optlink
|
||||||
|
- DC: dmd
|
||||||
|
DVersion: 2.079.0
|
||||||
|
arch: x86
|
||||||
|
config: select-optlink
|
||||||
|
- DC: dmd
|
||||||
|
DVersion: 2.078.3
|
||||||
|
arch: x64
|
||||||
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.077.1
|
DVersion: 2.077.1
|
||||||
arch: x86_mscoff
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: 2.076.1
|
DVersion: 2.076.1
|
||||||
arch: x86
|
|
||||||
config: select-optlink
|
|
||||||
- DC: dmd
|
|
||||||
DVersion: 2.075.1
|
|
||||||
arch: x86
|
|
||||||
config: select-optlink
|
|
||||||
- DC: dmd
|
|
||||||
DVersion: 2.074.1
|
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: ldc
|
||||||
DVersion: 2.073.2
|
DVersion: 1.11.0
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: dmd
|
- DC: ldc
|
||||||
DVersion: 2.072.2
|
DVersion: 1.10.0
|
||||||
|
arch: x64
|
||||||
|
config: winapi
|
||||||
|
- DC: ldc
|
||||||
|
DVersion: 1.9.0
|
||||||
|
arch: x86
|
||||||
|
config: winapi
|
||||||
|
- DC: ldc
|
||||||
|
DVersion: 1.8.0
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: ldc
|
- DC: ldc
|
||||||
|
@ -49,22 +61,6 @@ environment:
|
||||||
DVersion: 1.6.0
|
DVersion: 1.6.0
|
||||||
arch: x64
|
arch: x64
|
||||||
config: winapi
|
config: winapi
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.5.0
|
|
||||||
arch: x86
|
|
||||||
config: winapi
|
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.4.0
|
|
||||||
arch: x64
|
|
||||||
config: winapi
|
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.3.0
|
|
||||||
arch: x64
|
|
||||||
config: winapi
|
|
||||||
- DC: ldc
|
|
||||||
DVersion: 1.2.0
|
|
||||||
arch: x64
|
|
||||||
config: winapi
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in a new issue