diff options
author | teor <teor@torproject.org> | 2019-10-23 08:35:17 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-23 08:35:17 +1000 |
commit | 641f1304475402c975ede04b11e9be7c8675411b (patch) | |
tree | 546a3fecd95313e031e5a9fedf60fd0da794d441 /changes | |
parent | 4013e50cb732bfb3e2706baef5cd7aba8d16d8c4 (diff) | |
parent | 246fdd87424e8e1345aba20ac5d22c07ce082da4 (diff) | |
download | tor-641f1304475402c975ede04b11e9be7c8675411b.tar.gz tor-641f1304475402c975ede04b11e9be7c8675411b.zip |
Merge remote-tracking branch 'tor-github/pr/1361' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31372_appveyor | 4 | ||||
-rw-r--r-- | changes/ticket31372_travis | 4 |
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. |