Add some notes related to continuous build on Hydra
[bpt/emacs.git] / admin / notes / hydra
CommitLineData
b41bfdd0
XF
1-*- outline -*-
2
3Copyright (C) 2013 Free Software Foundation, Inc.
4See the end of the file for license conditions.
5
6NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA
7
8A continuous build for Emacs trunk can be found at
9http://hydra.nixos.org/jobset/gnu/emacs-trunk
10
11* It builds (and runs ERT tests) on these platforms:
12i686-cygwin
13i686-freebsd
14i686-linux
15x86_64-darwin
16x86_64-linux
17
18* Mail notifications
19Hydra sends notifications about build breakages in Emacs trunk to
20emacs-buildstatus@gnu.org.
21
22If you want to receive these notifications, please subscribe at
23http://lists.gnu.org/mailman/listinfo/emacs-buildstatus
24
25* The Emacs jobset consists of the following jobs:
26
27** The `tarball' job
28which gets the source tree as input, and is just a `make dist' after
29some autoconf/-make or bootstrap script.
30
31** The `build' job
32which gets the result of the tarball job as input, together with
33system identifier, this job basically does a normal make, make check,
34make install.
35
36** The 'coverage' job
37is now running `make check'.
38
39* Other GNU packages
40For a list of other GNU packages that have a continuous build on
41Hydra, see http://hydra.nixos.org/project/gnu
42
43\f
44This file is part of GNU Emacs.
45
46GNU Emacs is free software: you can redistribute it and/or modify
47it under the terms of the GNU General Public License as published by
48the Free Software Foundation, either version 3 of the License, or
49(at your option) any later version.
50
51GNU Emacs is distributed in the hope that it will be useful,
52but WITHOUT ANY WARRANTY; without even the implied warranty of
53MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54GNU General Public License for more details.
55
56You should have received a copy of the GNU General Public License
57along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.