Test with LDC 1.1.0 final and add compiler support list to README.
This commit is contained in:
parent
49521f2586
commit
c242fdae16
|
@ -11,7 +11,7 @@ d:
|
||||||
# catching most DMD version related build failures early
|
# catching most DMD version related build failures early
|
||||||
- dmd-2.073.0
|
- dmd-2.073.0
|
||||||
- dmd-2.070.2
|
- dmd-2.070.2
|
||||||
- ldc-1.1.0-beta6
|
- ldc-1.1.0
|
||||||
- ldc-1.0.0
|
- ldc-1.0.0
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
- dmd-2.072.2
|
- dmd-2.072.2
|
||||||
|
@ -36,7 +36,7 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
d: dmd-2.070.2
|
d: dmd-2.070.2
|
||||||
- os: osx
|
- os: osx
|
||||||
d: ldc-1.1.0-beta6
|
d: ldc-1.1.0
|
||||||
- os: osx
|
- os: osx
|
||||||
d: ldc-1.0.0
|
d: ldc-1.0.0
|
||||||
|
|
||||||
|
|
13
README.md
13
README.md
|
@ -22,6 +22,19 @@ LibasyncEventDriver | —¹| —¹| —¹| —¹| — | &md
|
||||||
¹ planned, but not currenly implemented
|
¹ 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
|
Driver development status
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue