diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-24 08:04:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-24 08:04:41 -0400 |
commit | 70711448592d384481e9914829c8e409b53833dd (patch) | |
tree | d9cef3f981ed70089b546734567e2b549bf0ab65 /changes | |
parent | 0cb57a490845815ef6165f00e8a774c184516903 (diff) | |
parent | 836b7a538e026d7293430494ea4187e26c6846bf (diff) | |
download | tor-70711448592d384481e9914829c8e409b53833dd.tar.gz tor-70711448592d384481e9914829c8e409b53833dd.zip |
Merge branch 'ticket31372_041' into ticket31372_042
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. |