summaryrefslogtreecommitdiff
path: root/admin/notes/hydra
blob: 776c1e2c680f1decec9ce2411ed4445b73ef4432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
-*- outline -*-

Copyright (C) 2013 Free Software Foundation, Inc.
See the end of the file for license conditions.

NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA

A continuous build for Emacs trunk can be found at
http://hydra.nixos.org/jobset/gnu/emacs-trunk

* It builds (and runs ERT tests) on these platforms:
i686-cygwin
i686-freebsd
i686-linux
x86_64-darwin
x86_64-linux

* Mail notifications
Hydra sends notifications about build breakages in Emacs trunk to
emacs-buildstatus@gnu.org.

If you want to receive these notifications, please subscribe at
http://lists.gnu.org/mailman/listinfo/emacs-buildstatus

* The Emacs jobset consists of the following jobs:

** The `tarball' job
which gets the source tree as input, and is just a `make dist' after
some autoconf/-make or bootstrap script.

** The `build' job
which gets the result of the tarball job as input, together with
system identifier, this job basically does a normal make, make check,
make install.

** The 'coverage' job
is now running `make check'.

* Other GNU packages
For a list of other GNU packages that have a continuous build on
Hydra, see http://hydra.nixos.org/project/gnu


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.