Update 2.080 series to 2.080.1
This commit is contained in:
parent
173ae115ee
commit
7357503c5a
@ -7,7 +7,7 @@ os:
|
||||
language: d
|
||||
|
||||
d:
|
||||
- dmd-2.080.0
|
||||
- dmd-2.080.1
|
||||
- dmd-2.079.1
|
||||
- dmd-2.078.3
|
||||
- dmd-2.077.1
|
||||
@ -23,7 +23,7 @@ addons:
|
||||
- gcc-multilib
|
||||
|
||||
before_script:
|
||||
- if [ "`$DC --version | head -n 1 | grep 'v2.080.0'`" ]; then
|
||||
- if [ "`$DC --version | head -n 1 | grep 'v2.080.1'`" ]; then
|
||||
export UNITTEST="unittest-cov";
|
||||
fi
|
||||
|
||||
|
@ -172,7 +172,7 @@ parameter is used)
|
||||
|
||||
| DMD | GCC |
|
||||
|:-------:|:---------:|
|
||||
| 2.080.0 | *master* |
|
||||
| 2.080.1 | *master* |
|
||||
| 2.079.1 | |
|
||||
| 2.078.3 | |
|
||||
| 2.077.1 | |
|
||||
|
@ -4,10 +4,10 @@ os: Visual Studio 2015
|
||||
environment:
|
||||
matrix:
|
||||
- DC: dmd
|
||||
DVersion: 2.080.0
|
||||
DVersion: 2.080.1
|
||||
arch: x64
|
||||
- DC: dmd
|
||||
DVersion: 2.080.0
|
||||
DVersion: 2.080.1
|
||||
arch: x86
|
||||
- DC: dmd
|
||||
DVersion: 2.079.1
|
||||
|
Loading…
Reference in New Issue
Block a user