aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-09-24 23:04:06 +0200
committerGaëtan Gilbert2018-09-24 23:06:11 +0200
commit969837c8be068d720572093821b3beecbc7587c9 (patch)
treecccafefcadc74317efa278d8b9d4cec0ef228728
parentfb8365e96ccb5d25d3810af99c36e7b27fec8fad (diff)
Don't use dune-template for apidoc
dune-template works for the build jobs but followup jobs are different enough to make reuse more confusing than useful IMO.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf9be860f9..15fcdf371a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -288,13 +288,12 @@ doc:ml-api:ocamldoc:
- dev/ocamldoc
doc:ml-api:odoc:
- <<: *dune-template
stage: test
dependencies:
- build:egde:dune:dev
+ script: make -f Makefile.dune apidoc
variables:
OPAM_SWITCH: edge
- DUNE_TARGET: apidoc
artifacts:
name: "$CI_JOB_NAME"
paths: