Skip to content

Commit

Permalink
Test on DMD 2.086.1 and LDC 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Jun 29, 2019
1 parent c6f00ce commit 445305a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ 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.086.0
- dmd-2.086.1
- dmd-2.077.1
- ldc-1.16.0
- ldc-1.15.0
- ldc-1.14.0
- ldc-1.13.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Support
Vibe.d aims to support at least the 5 latest minor releases of D.
At the moment, the following compilers are supported and tested:

- DMD 2.086.0
- DMD 2.086.1
- DMD 2.085.0
- DMD 2.084.0
- DMD 2.083.1
Expand All @@ -61,6 +61,7 @@ At the moment, the following compilers are supported and tested:
- DMD 2.079.1
- DMD 2.078.3
- DMD 2.077.1
- LDC 1.16.0 (FE: 2.086.1)
- LDC 1.15.0 (FE: 2.085.1)
- LDC 1.14.0 (FE: 2.084.1)
- LDC 1.13.0 (FE: 2.083.1)
Expand Down
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ platform: x64
environment:
matrix:
- DC: dmd
DVersion: 2.086.0
DVersion: 2.086.1
arch: x64
config: vibe-core
- DC: dmd
DVersion: 2.086.0
DVersion: 2.086.1
arch: x86_mscoff
config: vibe-core
- DC: dmd
DVersion: 2.086.0
DVersion: 2.086.1
arch: x86
config: win32
- DC: dmd
Expand Down Expand Up @@ -61,6 +61,10 @@ environment:
DVersion: 2.076.1
arch: x86_mscoff
config: win32
- DC: ldc
DVersion: 1.16.0
arch: x86_64
config: vibe-core
- DC: ldc
DVersion: 1.15.0
arch: x86
Expand Down

0 comments on commit 445305a

Please sign in to comment.