diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-10-12 19:57:49 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-10-12 19:57:49 +0200 |
| commit | d0d682ca65d249e4f18c12663228f382dd3165ba (patch) | |
| tree | 4f1991fb7cd6b47cdfcee77c781b34eae616a4be | |
| parent | 6d016806857bc5d4c129c9c0862088d930c107a2 (diff) | |
| download | tanya-d0d682ca65d249e4f18c12663228f382dd3165ba.tar.gz | |
Update dmd to 2.082.1, Update GDC .gitignore
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .travis.yml | 9 | ||||
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | appveyor.yml | 10 |
4 files changed, 11 insertions, 18 deletions
@@ -10,7 +10,7 @@ dub.selections.json __test__*__ __test__*__.core /tanya-test-* -/dub_platform_probe-* +/dub_platform_probe[_-]* /docs/ /docs.json diff --git a/.travis.yml b/.travis.yml index f052771..826ea8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/appveyor.yml b/appveyor.yml index ee2d487..6d71957 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |
