
23 May
2018
23 May
'18
7:08 p.m.
commit 0c81bdc9efd5aa2a5009be5db6f097e887ac3225 Author: Nick Mathewson <nickm@torproject.org> Date: Mon May 21 17:24:17 2018 -0400 changes file for appveyor support --- changes/ticket25549 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes/ticket25549 b/changes/ticket25549 new file mode 100644 index 000000000..82b41278a --- /dev/null +++ b/changes/ticket25549 @@ -0,0 +1,4 @@ + o Minor features (continuous integration): + - Add the necessary configuration files for continuous integration + testing on Windows, via the Appveyor platform. Closes ticket 25549. + Patches from Marcin Cieślak and Isis Lovecruft.