diff options
author | David Goulet <dgoulet@torproject.org> | 2019-10-02 10:34:46 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-10-02 10:34:46 -0400 |
commit | 40be20d542a83359ea480bbaa28380b4137c88b2 (patch) | |
tree | c176d2c2204203a79c20a43d00a8c2bd38d98dae /changes | |
parent | c81e1e4542452fe41129aa322b941b56fa4595ef (diff) | |
parent | 70711448592d384481e9914829c8e409b53833dd (diff) | |
download | tor-40be20d542a83359ea480bbaa28380b4137c88b2.tar.gz tor-40be20d542a83359ea480bbaa28380b4137c88b2.zip |
Merge branch 'tor-github/pr/1363'
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. |