aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket28459
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-11-15 21:04:17 +1000
committerteor <teor@torproject.org>2018-11-15 21:04:17 +1000
commitb8ce1de4bf55c7cbd786c4597638bfcb543c5f11 (patch)
treed2b22501d45f49a19efe1e502ea839a35f5adf33 /changes/ticket28459
parent1043532a5155cdd2667808e8db2e5de5c486ed8b (diff)
downloadtor-b8ce1de4bf55c7cbd786c4597638bfcb543c5f11.tar.gz
tor-b8ce1de4bf55c7cbd786c4597638bfcb543c5f11.zip
Appveyor: always show the logs, and upload them as build artifacts
Always show the configure and test logs, and upload them as build artifacts, when building for Windows using Appveyor CI. Implements 28459.
Diffstat (limited to 'changes/ticket28459')
-rw-r--r--changes/ticket284594
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28459 b/changes/ticket28459
new file mode 100644
index 0000000000..6b5839b52b
--- /dev/null
+++ b/changes/ticket28459
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration, Windows):
+ - Always show the configure and test logs, and upload them as build
+ artifacts, when building for Windows using Appveyor CI.
+ Implements 28459.