Update dmd to 2.082.1, Update GDC .gitignore

This commit is contained in:
Eugen Wissner 2018-10-12 19:57:49 +02:00
parent 6d01680685
commit d0d682ca65
4 changed files with 11 additions and 18 deletions

2
.gitignore vendored
View File

@ -10,7 +10,7 @@ dub.selections.json
__test__*__
__test__*__.core
/tanya-test-*
/dub_platform_probe-*
/dub_platform_probe[_-]*
/docs/
/docs.json

View File

@ -7,8 +7,7 @@ os:
language: d
d:
- dmd-2.082.0
- dmd-2.081.2
- dmd-2.082.1
env:
matrix:
@ -18,8 +17,8 @@ env:
matrix:
include:
- name: "D-Scanner"
d: dmd-2.082.0
env: DSCANNER=0.5.10
d: dmd-2.082.1
env: DSCANNER=0.5.11
os: linux
addons:
@ -28,7 +27,7 @@ addons:
- gcc-multilib
before_script:
- if [ "`$DC --version | head -n 1 | grep 'v2.082.0'`" ] &&
- if [ "`$DC --version | head -n 1 | grep 'v2.082.1'`" ] &&
[ -z "$DSCANNER" ]; then
export UNITTEST="unittest-cov";
fi

View File

@ -173,10 +173,10 @@ parameter is used)
### Supported compilers
| DMD | GCC |
|:-------:|:------:|
| 2.082.0 | gdc-8 |
| 2.081.2 | gdc-7 |
| DMD | GCC |
|:-------:|:---------------:|
| 2.082.1 | gdc-8 (2.081.2) |
| | gdc-7 (2.081.2) |
### Release management

View File

@ -4,16 +4,10 @@ os: Visual Studio 2015
environment:
matrix:
- DC: dmd
DVersion: 2.082.0
DVersion: 2.082.1
arch: x64
- DC: dmd
DVersion: 2.082.0
arch: x86
- DC: dmd
DVersion: 2.081.2
arch: x64
- DC: dmd
DVersion: 2.081.2
DVersion: 2.082.1
arch: x86
skip_tags: true