Skip to content

Commit 1cce1f3

Browse files
committed
Test including ocaml in rtd ci
1 parent 02597bf commit 1cce1f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ build:
1313
# nodejs: "20"
1414
# rust: "1.70"
1515
# golang: "1.20"
16+
apt_packages:
17+
- opam
18+
- build-essential
19+
- m4
20+
21+
jobs:
22+
post_install:
23+
# Sandboxing must be disabled in Docker
24+
- opam init --disable-sandboxing -y
25+
- opam install --deps-only .
26+
pre_build:
27+
- opam exec -- dune build
1628

1729
# Build documentation in the "docs/" directory with Sphinx
1830
sphinx:

0 commit comments

Comments
 (0)