Skip to content

Commit b9f1a84

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.readthedocs.yaml

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

1727
# Build documentation in the "docs/" directory with Sphinx
1828
sphinx:

0 commit comments

Comments
 (0)