continuous integration script for Gitlab
This commit is contained in:
parent
8fd58c4942
commit
60a0c737d7
|
@ -0,0 +1,10 @@
|
|||
include: 'https://gitlab.com/gasche/gitlab-ocaml-ci-example/-/raw/11c1d7e/.gitlab-ci.yml'
|
||||
|
||||
|
||||
.build-matrix:
|
||||
parallel:
|
||||
matrix:
|
||||
- OCAML_COMPILER: "4.12.0"
|
||||
|
||||
variables:
|
||||
DUNE_DOC_TARGETS: ""
|
Loading…
Reference in New Issue