From: Bruno Haible Date: Mon, 7 Oct 2019 12:30:43 +0000 (+0200) Subject: doc: Mention continuous integration. X-Git-Tag: v0.21~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78966d23ef5c69a19f50c2265694c156999bdd83;p=thirdparty%2Fgettext.git doc: Mention continuous integration. * HACKING: Mention continuous integration. --- diff --git a/HACKING b/HACKING index 16591ca56..f953b68a4 100644 --- a/HACKING +++ b/HACKING @@ -208,6 +208,15 @@ Each time you want to update the source, do not only "git pull". Instead do ./autogen.sh +Continuous integration +====================== + +The package is built automatically, at regular intervals. You find the latest +build results here: + https://gitlab.com/gnu-gettext/ci-distcheck/pipelines + https://gitlab.com/gnu-gettext/ci-distcheck/-/jobs?scope=finished + + Submitting patches ==================