Test with LDC 1.1.0 final and add compiler support list to README.

This commit is contained in:
Sönke Ludwig 2017-02-01 12:15:58 +01:00
parent 49521f2586
commit c242fdae16
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C
2 changed files with 15 additions and 2 deletions

View file

@ -11,7 +11,7 @@ d:
# catching most DMD version related build failures early
- dmd-2.073.0
- dmd-2.070.2
- ldc-1.1.0-beta6
- ldc-1.1.0
- ldc-1.0.0
- dmd-beta
- dmd-2.072.2
@ -36,7 +36,7 @@ matrix:
- os: osx
d: dmd-2.070.2
- os: osx
d: ldc-1.1.0-beta6
d: ldc-1.1.0
- os: osx
d: ldc-1.0.0

View file

@ -22,6 +22,19 @@ LibasyncEventDriver | —¹| —¹| —¹| —¹| — | &md
¹ planned, but not currenly implemented
Supported compilers
-------------------
The following compilers are tested and supported:
- DMD 2.073.0
- DMD 2.072.2
- DMD 2.071.2
- DMD 2.070.2
- LDC 1.1.0
- LDC 1.0.0
Driver development status
-------------------------