Update to 2.081.2. Remove old compilers

This commit is contained in:
Eugen Wissner 2018-08-17 05:44:58 +02:00
parent 4653e94fa1
commit fa4cbb7e59
3 changed files with 5 additions and 29 deletions

View File

@ -7,10 +7,7 @@ os:
language: d language: d
d: d:
- dmd-2.081.0 - dmd-2.081.2
- dmd-2.080.1
- dmd-2.079.1
- dmd-2.078.3
env: env:
matrix: matrix:
@ -23,7 +20,7 @@ addons:
- gcc-multilib - gcc-multilib
before_script: before_script:
- if [ "`$DC --version | head -n 1 | grep 'v2.081.0'`" ]; then - if [ "`$DC --version | head -n 1 | grep 'v2.081.2'`" ]; then
export UNITTEST="unittest-cov"; export UNITTEST="unittest-cov";
fi fi

View File

@ -174,10 +174,7 @@ parameter is used)
| DMD | GCC | | DMD | GCC |
|:-------:|:---------:| |:-------:|:---------:|
| 2.081.1 | *master* | | 2.081.2 | *master* |
| 2.080.1 | |
| 2.079.1 | |
| 2.078.3 | |
### Release management ### Release management

View File

@ -4,28 +4,10 @@ os: Visual Studio 2015
environment: environment:
matrix: matrix:
- DC: dmd - DC: dmd
DVersion: 2.081.1 DVersion: 2.081.2
arch: x64 arch: x64
- DC: dmd - DC: dmd
DVersion: 2.081.1 DVersion: 2.081.2
arch: x86
- DC: dmd
DVersion: 2.080.1
arch: x64
- DC: dmd
DVersion: 2.080.1
arch: x86
- DC: dmd
DVersion: 2.079.1
arch: x64
- DC: dmd
DVersion: 2.079.1
arch: x86
- DC: dmd
DVersion: 2.078.3
arch: x64
- DC: dmd
DVersion: 2.078.3
arch: x86 arch: x86
skip_tags: true skip_tags: true