diff options
author | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 23:09:48 (GMT) |
---|---|---|
committer | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 23:09:48 (GMT) |
commit | 22c0be84b20e74a31d01c0833cf942c60a8c99e3 (patch) | |
tree | 89f17fbbc0816576a0ef3ea0ebde098fdf609dd1 /.appveyor.yml | |
parent | 93c6e297e4146448bd5fa24812d3170d8d4cfd30 (diff) | |
download | SCons-22c0be84b20e74a31d01c0833cf942c60a8c99e3.zip SCons-22c0be84b20e74a31d01c0833cf942c60a8c99e3.tar.gz SCons-22c0be84b20e74a31d01c0833cf942c60a8c99e3.tar.bz2 |
Add tools for the D programming language.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |