Add dmd 2.079.0

This commit is contained in:
Eugen Wissner 2018-03-03 08:34:06 +01:00
parent 16c5fa12df
commit dc3b083097
3 changed files with 10 additions and 2 deletions

View File

@ -7,6 +7,7 @@ os:
language: d
d:
- dmd-2.079.0
- dmd-2.078.3
- dmd-2.077.1
- dmd-2.076.1
@ -22,7 +23,7 @@ addons:
- gcc-multilib
before_script:
- if [ "$PS1" = '(dmd-2.078.3)' ]; then
- if [ "$PS1" = '(dmd-2.079.0)' ]; then
export UNITTEST="unittest-cov";
fi

View File

@ -149,7 +149,8 @@ There are more containers in the `tanya.container` package.
| DMD | GCC |
|:-------:|:--------------:|
| 2.078.3 | *gdc-5* branch |
| 2.079.0 | *master* |
| 2.078.3 | |
| 2.077.1 | |
| 2.076.1 | |

View File

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