Update dmd to 2.084.1

This commit is contained in:
Eugen Wissner 2019-02-11 22:14:59 +01:00
parent 0c8f1eb4ce
commit 1d3d750adb
3 changed files with 11 additions and 3 deletions

View File

@ -7,12 +7,13 @@ os:
language: d language: d
d: d:
- dmd-2.084.1
- dmd-2.083.1 - dmd-2.083.1
- dmd-2.082.1 - dmd-2.082.1
env: env:
global: global:
- LATEST=2.083.1 - LATEST=2.084.1
matrix: matrix:
- ARCH=x86_64 - ARCH=x86_64

View File

@ -175,8 +175,9 @@ parameter is used)
| DMD | GCC | | DMD | GCC |
|:-------:|:---------------:| |:-------:|:---------------:|
| 2.083.1 | gdc-8 (2.081.2) | | 2.084.1 | gdc-8 (2.081.2) |
| 2.082.1 | gdc-7 (2.081.2) | | 2.083.1 | gdc-7 (2.081.2) |
| 2.082.1 | |
### Release management ### Release management

View File

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