diff options
author | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 23:10:39 (GMT) |
---|---|---|
committer | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 23:10:39 (GMT) |
commit | bf843a80861d87154bd63387a737e9f0c9141f2d (patch) | |
tree | 6bc1aafdb6bcca8b750bc06b9f380a79d0caccb3 | |
parent | 22c0be84b20e74a31d01c0833cf942c60a8c99e3 (diff) | |
download | SCons-bf843a80861d87154bd63387a737e9f0c9141f2d.zip SCons-bf843a80861d87154bd63387a737e9f0c9141f2d.tar.gz SCons-bf843a80861d87154bd63387a737e9f0c9141f2d.tar.bz2 |
Add SWIG to the Window's CI VM.
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index bdff1e9..b25b7ff 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,6 +17,7 @@ install: - pip install lxml - choco install dmd - choco install ldc + - choco install swig build: off |