Merge pull request #19 from vibe-d/latest_compilers
Test latest compilers
This commit is contained in:
commit
ee09a4068e
18
.travis.yml
18
.travis.yml
|
@ -9,16 +9,15 @@ d:
|
|||
# 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
|
||||
# catching most DMD version related build failures early
|
||||
- dmd-2.074.1
|
||||
- dmd-2.070.2
|
||||
- ldc-1.3.0-beta2
|
||||
- dmd-2.075.0
|
||||
- dmd-2.071.2
|
||||
- ldc-1.3.0
|
||||
- ldc-1.2.0
|
||||
- ldc-1.1.0
|
||||
- ldc-1.0.0
|
||||
- dmd-beta
|
||||
- dmd-2.074.1
|
||||
- dmd-2.073.2
|
||||
- dmd-2.072.2
|
||||
- dmd-2.071.2
|
||||
|
||||
env:
|
||||
- CONFIG=select
|
||||
|
@ -29,31 +28,28 @@ env:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- d: dmd-beta
|
||||
- d: ldc-1.3.0-beta2
|
||||
exclude:
|
||||
- env: CONFIG=libasync
|
||||
- os: osx
|
||||
env: CONFIG=epoll
|
||||
- os: linux
|
||||
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
|
||||
d: dmd-2.071.2
|
||||
- os: osx
|
||||
d: dmd-2.070.2
|
||||
- os: osx
|
||||
d: dmd-beta
|
||||
- os: osx
|
||||
d: ldc-1.3.0-beta2
|
||||
d: ldc-1.3.0
|
||||
- os: osx
|
||||
d: ldc-1.2.0
|
||||
- os: osx
|
||||
d: ldc-1.1.0
|
||||
- os: osx
|
||||
d: ldc-1.0.0
|
||||
|
||||
script: ./travis-ci.sh
|
||||
|
||||
|
|
|
@ -27,15 +27,14 @@ Supported compilers
|
|||
|
||||
The following compilers are tested and supported:
|
||||
|
||||
- DMD 2.075.0
|
||||
- DMD 2.074.1
|
||||
- DMD 2.073.2
|
||||
- DMD 2.072.2
|
||||
- DMD 2.071.2
|
||||
- DMD 2.070.2
|
||||
- LDC 1.3.0
|
||||
- LDC 1.2.0
|
||||
- LDC 1.1.0
|
||||
- LDC 1.0.0
|
||||
|
||||
|
||||
Driver development status
|
||||
|
|
24
appveyor.yml
24
appveyor.yml
|
@ -2,21 +2,29 @@ platform: x64
|
|||
environment:
|
||||
matrix:
|
||||
- DC: dmd
|
||||
DVersion: 2.073.1
|
||||
DVersion: 2.075.0
|
||||
arch: x64
|
||||
config: winapi
|
||||
- DC: dmd
|
||||
DVersion: 2.073.1
|
||||
DVersion: 2.075.0
|
||||
arch: x86
|
||||
config: winapi-optlink
|
||||
- DC: dmd
|
||||
DVersion: 2.073.1
|
||||
DVersion: 2.075.0
|
||||
arch: x86_mscoff
|
||||
config: winapi
|
||||
- DC: dmd
|
||||
DVersion: 2.073.1
|
||||
DVersion: 2.075.0
|
||||
arch: x86
|
||||
config: select-optlink
|
||||
- DC: dmd
|
||||
DVersion: 2.074.1
|
||||
arch: x64
|
||||
config: winapi
|
||||
- DC: dmd
|
||||
DVersion: 2.073.2
|
||||
arch: x64
|
||||
config: winapi
|
||||
- DC: dmd
|
||||
DVersion: 2.072.2
|
||||
arch: x64
|
||||
|
@ -25,16 +33,16 @@ environment:
|
|||
DVersion: 2.071.1
|
||||
arch: x86
|
||||
config: winapi-optlink
|
||||
- DC: dmd
|
||||
DVersion: 2.070.0
|
||||
- DC: ldc
|
||||
DVersion: 1.3.0
|
||||
arch: x64
|
||||
config: winapi
|
||||
- DC: ldc
|
||||
DVersion: 1.1.0-beta6
|
||||
DVersion: 1.2.0
|
||||
arch: x64
|
||||
config: winapi
|
||||
- DC: ldc
|
||||
DVersion: 1.0.0
|
||||
DVersion: 1.1.0
|
||||
arch: x64
|
||||
config: winapi
|
||||
|
||||
|
|
Loading…
Reference in a new issue