aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer9
1 files changed, 5 insertions, 4 deletions
diff --git a/README-maintainer b/README-maintainer
index bc9a84a0..fd28f9a4 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -142,16 +142,17 @@ RELEASE PREPARATION
For Windows, use a Windows style path, not an MSYS path for large files.
-* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`. Test
- with newer version of gcc if available.
+* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`. (Done
+ in CI).
+
+* Test with newer version of gcc if available.
* Test 32-bit. Pass `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++` to
`./configure`. (Done in CI.)
* Test build on a mac. (Done in CI.)
-* Test with address sanitizer as described above. (Done in CI with
- gcc; test locally with clang.)
+* Test with address sanitizer as described above. (Done in CI.)
* A small handful of additional files have been taken from autotools
programs. These should probably be updated from time to time.