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

View File

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

View File

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