Merge remote-tracking branch 'tor-github/pr/1360' into maint-0.3.5

This commit is contained in:
teor
2019-10-23 08:32:52 +10:00
4 changed files with 15 additions and 5 deletions
+4
View File
@@ -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.
+4
View File
@@ -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.