From 22c0be84b20e74a31d01c0833cf942c60a8c99e3 Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Sun, 17 Dec 2017 23:09:48 +0000 Subject: Add tools for the D programming language. --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index fe86c58..bdff1e9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,6 +15,8 @@ install: - "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - python --version - pip install lxml + - choco install dmd + - choco install ldc build: off -- cgit v0.12