diff options
author | teor <teor@torproject.org> | 2018-09-05 10:17:39 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-09-05 10:50:17 +1000 |
commit | 90e038e7321deefb93b75fc95e6807e2d3482ca6 (patch) | |
tree | 5ac20b0d5e04c931ff357d7805e1fd823acab165 /changes | |
parent | 0ea622aa3a678f19759a42e9521a259ef4bcf5a4 (diff) | |
download | tor-90e038e7321deefb93b75fc95e6807e2d3482ca6.tar.gz tor-90e038e7321deefb93b75fc95e6807e2d3482ca6.zip |
Appveyor: always log the compiler path and version
Implements 27449.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27449 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket27449 b/changes/ticket27449 new file mode 100644 index 0000000000..2a0984c09c --- /dev/null +++ b/changes/ticket27449 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Log the compiler path and version during Appveyor builds. + Implements ticket 27449. |