summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-10-02 10:34:46 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-10-02 10:34:46 -0400
commit40be20d542a83359ea480bbaa28380b4137c88b2 (patch)
treec176d2c2204203a79c20a43d00a8c2bd38d98dae /changes
parentc81e1e4542452fe41129aa322b941b56fa4595ef (diff)
parent70711448592d384481e9914829c8e409b53833dd (diff)
downloadtor-40be20d542a83359ea480bbaa28380b4137c88b2.tar.gz
tor-40be20d542a83359ea480bbaa28380b4137c88b2.zip
Merge branch 'tor-github/pr/1363'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket31372_appveyor4
-rw-r--r--changes/ticket31372_travis4
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket31372_appveyor b/changes/ticket31372_appveyor
new file mode 100644
index 0000000000..e7bb03182e
--- /dev/null
+++ b/changes/ticket31372_appveyor
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - When building on Appveyor, pass the "-k" flag to make, so that
+ we are informed of all compilation failures, not just the first
+ one or two. Closes part of ticket 31372.
diff --git a/changes/ticket31372_travis b/changes/ticket31372_travis
new file mode 100644
index 0000000000..403869b2ed
--- /dev/null
+++ b/changes/ticket31372_travis
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - When building on Travis, pass the "-k" flag to make, so that
+ we are informed of all compilation failures, not just the first
+ one or two. Closes part of ticket 31372.