Support dmd 2.075.1 - 2.077.0

This commit is contained in:
Eugen Wissner 2017-11-04 00:35:47 +01:00
parent 13407fcf8a
commit 9422888b6c
3 changed files with 10 additions and 10 deletions

View File

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

View File

@ -149,9 +149,9 @@ There are more containers in the `tanya.container` package.
| DMD | GCC | | DMD | GCC |
|:-------:|:--------------:| |:-------:|:--------------:|
| 2.076.1 | *gdc-5* branch | | 2.077.0 | *gdc-5* branch |
| 2.076.1 | |
| 2.075.1 | | | 2.075.1 | |
| 2.074.1 | |
### Current status ### Current status

View File

@ -3,6 +3,12 @@ os: Visual Studio 2015
environment: environment:
matrix: matrix:
- DC: dmd
DVersion: 2.077.0
arch: x64
- DC: dmd
DVersion: 2.077.0
arch: x86
- DC: dmd - DC: dmd
DVersion: 2.076.1 DVersion: 2.076.1
arch: x64 arch: x64
@ -15,12 +21,6 @@ environment:
- DC: dmd - DC: dmd
DVersion: 2.075.1 DVersion: 2.075.1
arch: x86 arch: x86
- DC: dmd
DVersion: 2.074.1
arch: x64
- DC: dmd
DVersion: 2.074.1
arch: x86
skip_tags: true skip_tags: true