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__*__
__test__*__.core __test__*__.core
/tanya-test-* /tanya-test-*
/dub_platform_probe-* /dub_platform_probe[_-]*
/docs/ /docs/
/docs.json /docs.json

View File

@ -7,8 +7,7 @@ os:
language: d language: d
d: d:
- dmd-2.082.0 - dmd-2.082.1
- dmd-2.081.2
env: env:
matrix: matrix:
@ -18,8 +17,8 @@ env:
matrix: matrix:
include: include:
- name: "D-Scanner" - name: "D-Scanner"
d: dmd-2.082.0 d: dmd-2.082.1
env: DSCANNER=0.5.10 env: DSCANNER=0.5.11
os: linux os: linux
addons: addons:
@ -28,7 +27,7 @@ addons:
- gcc-multilib - gcc-multilib
before_script: 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 [ -z "$DSCANNER" ]; then
export UNITTEST="unittest-cov"; export UNITTEST="unittest-cov";
fi fi

View File

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

View File

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