From 8a3e33ae5dcba15e30cc219ebcedb91222865025 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Mon, 27 Mar 2017 21:48:12 +0300 Subject: [PATCH] docs/releasing: further explain the build/check testing process The build/check test should be done with an appropriate combination of flags, depending on the changes introduced by the patch set. Also, mention to cross compile with mingw-w64 for Windows. Signed-off-by: Andres Gomez Cc: Emil Velikov Reviewed-by: Emil Velikov --- docs/releasing.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/releasing.html b/docs/releasing.html index f5c1cc7..cdc1941 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -125,11 +125,14 @@ Currently Ilia Mirkin and AMD devs have requested "permanent" exception.
  • make distcheck, scons and scons check must pass
  • Testing with different version of system components - LLVM and others is also performed where possible. +
  • As a general rule, testing with various combinations of configure +switches, depending on the specific patchset.

    -Achieved by combination of local ad-hoc scripts and AppVeyor plus Travis-CI, -the latter as part of their Github integration. +Achieved by combination of local ad-hoc scripts, mingw-w64 cross +compilation and AppVeyor plus Travis-CI, the latter as part of their +Github integration.

    -- 2.7.4