From 86cb50bfd2cb9f25e4aec3994c6b6f42cbc6eb7f Mon Sep 17 00:00:00 2001 From: Geod24 Date: Tue, 3 Sep 2019 01:55:21 +0900 Subject: [PATCH] Update list of supported compiler to match vibe-core --- .travis.yml | 10 +++++----- README.md | 5 +++-- appveyor.yml | 13 ++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4dd2783..45f0901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,17 +11,17 @@ d: # catching most DMD version related build failures early # latest 4 versions plus the oldest supported version should be present - dmd-2.087.1 - - dmd-2.076.1 + - dmd-2.078.3 + - ldc-1.17.0 - ldc-1.16.0 - ldc-1.15.0 - ldc-1.14.0 - - ldc-1.13.0 - - ldc-1.12.0 - - ldc-1.6.0 - - dmd-beta + - ldc-1.9.0 - dmd-2.086.1 - dmd-2.085.1 - dmd-2.084.1 + - dmd-2.079.0 + - dmd-beta env: - CONFIG=select diff --git a/README.md b/README.md index e955ba1..7ab232a 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,13 @@ The following compilers are tested and supported: - DMD 2.086.1 - DMD 2.085.1 - DMD 2.084.1 -- DMD 2.076.1 +- DMD 2.079.0 +- LDC 1.17.0 - LDC 1.16.0 - LDC 1.15.0 - LDC 1.14.0 - LDC 1.13.0 -- LDC 1.6.0 +- LDC 1.9.0 Driver development status diff --git a/appveyor.yml b/appveyor.yml index 7bebf39..80be07a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,9 +30,12 @@ environment: arch: x64 config: winapi - DC: dmd - DVersion: 2.076.1 + DVersion: 2.079.0 arch: x64 config: winapi + - DC: ldc + DVersion: 1.17.0 + arch: x64 - DC: ldc DVersion: 1.16.0 arch: x64 @@ -46,11 +49,7 @@ environment: arch: x86 config: winapi - DC: ldc - DVersion: 1.13.0 - arch: x64 - config: winapi - - DC: ldc - DVersion: 1.6.0 + DVersion: 1.9.0 arch: x64 config: winapi @@ -152,4 +151,4 @@ test_script: - echo %DC% - echo %PATH% - '%DC% --version' - - dub test --arch=%Darch% --compiler=%DC% --config=%CONFIG% \ No newline at end of file + - dub test --arch=%Darch% --compiler=%DC% --config=%CONFIG%