; doc/emacs/misc.texi (Network Security): Fix typo.
[emacs.git] / admin / notes / hydra
blob5fe833236b1891e6470e07ef06ce98abce50820f
1 -*- mode: outline; coding: utf-8 -*-
3 Copyright (C) 2013-2018 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
6 NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA
8 A continuous build for Emacs can be found at
9 https://hydra.nixos.org/jobset/gnu/emacs-trunk
11 * It builds Emacs on various platforms.
12 Sometimes jobs fail due to hydra problems rather than Emacs problems.
13 Eg it seems like the darwin build will never work again.
14 https://lists.gnu.org/r/hydra-users/2016-01/msg00000.html
16 * Mail notifications
17 In addition to the web interface, Hydra can send notifications by
18 email when the build status of a project changes, e.g., from
19 SUCCEEDED to FAILED.  It sends notifications about build status in
20 Emacs trunk to emacs-buildstatus@gnu.org.
22 If you want to receive these notifications, please subscribe at
23 https://lists.gnu.org/mailman/listinfo/emacs-buildstatus
25 * The Emacs jobset consists of the following jobs:
27 ** The 'tarball' job
28 which gets a checkout from the repository, and does a bootstrap followed
29 by running make-dist to create a tarball.  If this job fails, all the
30 others will too (because they use the tarball as input).
32 ** The 'build' job
33 which starts from the tarball and does a normal build.
35 ** The 'coverage' job
36 does a gcov build and then runs 'make check-expensive'.  Fails if any
37 test fails.
39 * Nix expressions
40 The recipe for GNU Emacs are available via Git:
41 https://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/emacs
43 To modify the build job, email the patch to hydra-users@gnu.org.  The
44 build recipes are written in the Nix language.
46 * Identifying hydra
47 Lisp packages, Makefiles, scripts, and other software could determine
48 whether they run on hydra by checking for the environment variable
49 EMACS_HYDRA_CI.
51 * Other Information
52 For a list of other GNU packages that have a continuous build on
53 Hydra, see https://hydra.nixos.org/project/gnu
55 See https://www.gnu.org/software/devel.html#Hydra for more information.
58 This file is part of GNU Emacs.
60 GNU Emacs is free software: you can redistribute it and/or modify
61 it under the terms of the GNU General Public License as published by
62 the Free Software Foundation, either version 3 of the License, or
63 (at your option) any later version.
65 GNU Emacs is distributed in the hope that it will be useful,
66 but WITHOUT ANY WARRANTY; without even the implied warranty of
67 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
68 GNU General Public License for more details.
70 You should have received a copy of the GNU General Public License
71 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.