Make sure frexp() returns correct for argument 0.0
[alexxy/gromacs.git] / docs / dev-manual / releng / index.rst
1 .. This file is a placeholder that is used in case RELENG_PATH does not
2    identify the location of the releng repository.
3
4 .. _releng-workflow-release:
5
6 Release engineering with Gitlab
7 ===============================
8
9 .. toctree::
10    :hidden:
11
12 We are currently switching our build and testing system to use Gitlab
13 CI pipelines run on GitLab Runner. This section is going to be extended
14 with individual build information as it comes available. For now we are
15 using a combination of building with the previous system on Jenkins
16 and post-submit verification on Gitlab.
17
18 .. seealso:: :doc:`../infrastructure`
19
20 .. _releng-triggering-builds:
21
22 Triggering builds on Gitlab
23 ---------------------------
24
25 Pipelines can be triggered through the web interface, with different
26 pipelines available through the use of specified environment variables
27 in the trigger interface.
28
29 This section is going to be extended with information for how to trigger
30 different builds and their individual behaviour.