doc: reference continuous integration URLs

* README-hacking (Continuous integration): New section:
list the gitlab and github CI links.
This commit is contained in:
Bruno Haible 2025-01-05 08:28:16 -08:00 committed by Jim Meyering
parent d65b41664a
commit 088ba9f064

View File

@ -105,6 +105,18 @@ each program. One way to do this is to use vc-dwim
Run the command "git format-patch --stdout -1", and email its output
in, using the output's subject line.
* Continuous integration
There are two continuous integrations that regularly build and test
diffutils:
- On a Linux/glibc system only:
https://gitlab.com/gnu-diffutils/ci-distcheck/pipelines
https://gitlab.com/gnu-diffutils/ci-distcheck/-/jobs?scope=finished
This one will catch only the most blatant mistakes.
- On many platforms:
https://github.com/gnu-diffutils/ci-check/actions
This one catches platform-specific bugs.
-----
Copyright (C) 2002-2025 Free Software Foundation, Inc.