1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Adapt test/README

* test/README: Speak about continous integration tests on hydra
and emba.
This commit is contained in:
Michael Albinus 2019-01-03 15:37:53 +01:00
parent e869ae200d
commit ecdfb8ef53

View File

@ -88,6 +88,16 @@ value in order to overwrite the default value:
env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ...
There are also continuous integration tests on
<https://hydra.nixos.org/jobset/gnu/emacs-trunk> (see
admin/notes/hydra) and <https://emba.gnu.org/emacs/emacs>. Both
environments provide an environment variable, which could be used to
determine, whether the tests run in one of these test environments.
$EMACS_HYDRA_CI indicates the hydra environment, and $EMACS_EMBA_CI
indicates the emba environment, respectively.
(Also, see etc/compilation.txt for compilation mode font lock tests.)