ocaml/tools/ci/inria
Sébastien Hinderer 286a9397b8 Inria CI fix
The step-by-step-build job should stop on errors
2020-11-25 10:50:11 +01:00
..
Risc-V Inria CI: add timeouts to pipeline jobs 2020-09-16 11:57:54 +02:00
bootstrap Inria CI: add timeouts to pipeline jobs 2020-09-16 11:57:54 +02:00
check-typo Inria CI: add timeouts to pipeline jobs 2020-09-16 11:57:54 +02:00
dune-build Inria CI: add timeouts to pipeline jobs 2020-09-16 11:57:54 +02:00
other-configs Inria CI: give the other-configs job a more realistic timeout 2020-11-24 17:53:55 +01:00
sanitizers Inria CI: add timeouts to pipeline jobs 2020-09-16 11:57:54 +02:00
step-by-step-build Inria CI fix 2020-11-25 10:50:11 +01:00
README.md tools/ci/inria/README.md: typographical improvements 2020-08-11 09:19:57 +02:00
light CI: make "light" test lighter 2020-06-25 17:13:45 +02:00
main Test "no naked pointers" along with "flambda" 2020-07-20 09:37:32 +02:00

README.md

This directory contains the configuration files of the Jenkins jobs used to test OCaml on Inria's continuous integration infrastructure.

Each subdirectory under tools/ci/inria corresponds to one CI job and should contain at least a Jenkinsfile describing the pipeline associated with this job(1). In addition, the job's directory can also contain a script file specifying the commands used to actually execute the job. Other files may be included as appropriate.

(1) The Jenkinsfiles can follow either the declarative syntax documented at https://www.jenkins.io/doc/book/pipeline/syntax, or the advanced (scripted) one documented at https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#advanced-scripted-pipeline