diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-03-19 08:47:39 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-03-19 08:47:39 +0100 |
| commit | 20c7e47ff79afc6d7b86a3023790a3bfd9986f01 (patch) | |
| tree | ff59a468c17596bf9419339322236cc15fce6190 /appveyor.yml | |
| parent | 484cb13317921c78468dc3f9c16a0fc786b119c0 (diff) | |
| download | tanya-20c7e47ff79afc6d7b86a3023790a3bfd9986f01.tar.gz | |
net: Add missing public imports, move tests
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4e0072e..e94c1e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,12 @@ os: Visual Studio 2015 environment: matrix: - DC: dmd + DVersion: 2.085.0 + arch: x64 + - DC: dmd + DVersion: 2.085.0 + arch: x86 + - DC: dmd DVersion: 2.084.1 arch: x64 - DC: dmd |
