Add dmd 2.075.0 support

This commit is contained in:
Eugen Wissner 2017-07-21 05:44:45 +02:00
parent 922c8bf7a3
commit cde492c279
3 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,7 @@ os:
language: d
d:
- dmd-2.075.0
- dmd-2.074.1
- dmd-2.073.2
- dmd-2.072.2
@ -23,7 +24,7 @@ addons:
- gcc-multilib
before_script:
- if [ "$PS1" = '(dmd-2.074.1)' ]; then
- if [ "$PS1" = '(dmd-2.075.0)' ]; then
export UNITTEST="unittest-cov";
fi

View File

@ -139,6 +139,7 @@ There are more containers in the `tanya.container` package.
| dmd |
|:-------:|
| 2.075.0 |
| 2.074.1 |
| 2.073.2 |
| 2.072.2 |

View File

@ -3,6 +3,12 @@ os: Visual Studio 2015
environment:
matrix:
- DC: dmd
DVersion: 2.075.0
arch: x64
- DC: dmd
DVersion: 2.075.0
arch: x86
- DC: dmd
DVersion: 2.074.1
arch: x64