Update dmd 2.076 to 2.076.1

This commit is contained in:
Eugen Wissner 2017-10-10 07:03:04 +02:00
parent 5d6f8e5299
commit fdf902c755
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -148,7 +148,7 @@ There are more containers in the `tanya.container` package.
| DMD | GCC | | DMD | GCC |
|:-------:|:--------------:| |:-------:|:--------------:|
| 2.076.0 | *gdc-5* branch | | 2.076.1 | *gdc-5* branch |
| 2.075.1 | | | 2.075.1 | |
| 2.074.1 | | | 2.074.1 | |

View File

@ -4,10 +4,10 @@ os: Visual Studio 2015
environment: environment:
matrix: matrix:
- DC: dmd - DC: dmd
DVersion: 2.076.0 DVersion: 2.076.1
arch: x64 arch: x64
- DC: dmd - DC: dmd
DVersion: 2.076.0 DVersion: 2.076.1
arch: x86 arch: x86
- DC: dmd - DC: dmd
DVersion: 2.075.1 DVersion: 2.075.1