diff options
author | Andres Gomez <agomez@igalia.com> | 2017-03-27 21:48:12 +0300 |
---|---|---|
committer | Andres Gomez <agomez@igalia.com> | 2017-05-08 11:39:01 +0300 |
commit | 8a3e33ae5dcba15e30cc219ebcedb91222865025 (patch) | |
tree | 6ea071a2aa21c4709571d987b9783f0bdd69364f /docs | |
parent | 805870739577720c852b66fa99fe6632b838ba56 (diff) |
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 <agomez@igalia.com>
Cc: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index f5c1cc7812..cdc19413db 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -125,11 +125,14 @@ Currently Ilia Mirkin and AMD devs have requested "permanent" exception. <li>make distcheck, scons and scons check must pass <li>Testing with different version of system components - LLVM and others is also performed where possible. +<li>As a general rule, testing with various combinations of configure +switches, depending on the specific patchset. </ul> <p> -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. </p> <p> |