From 29423f1f9a40cbf0f1d62c224059262332b5e67a Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 3 Dec 2024 21:59:53 +0000 Subject: [PATCH] Add a cross-compilation check before release. --- docs/DEVELOPERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DEVELOPERS.md b/docs/DEVELOPERS.md index 7b7bdd9..ff665fc 100644 --- a/docs/DEVELOPERS.md +++ b/docs/DEVELOPERS.md @@ -161,6 +161,7 @@ The package maintainer should run through these steps for a new release: * Wipe the build directory, and run "`configure`" there * Run "`make distcheck`" * Run "`./configure && make check`" on all test systems including Cygwin, using the `tar.gz` that was just created + * Run a cross-compilation check * Run "`make release MAINTAINER=`" * Update the project web site: * Copy the release `.tar.gz`, `.txt`, and `.asc` files to the web site