Skip to content

Commit

Permalink
Merge pull request #163 from c-cube/update-ci2
Browse files Browse the repository at this point in the history
fix opam file wrt test/doc
  • Loading branch information
mransan authored Jan 2, 2022
2 parents 1a6d2ea + 7e14372 commit b1f3bbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocaml-protoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ dev-repo:"git+https://github.com/mransan/ocaml-protoc.git"
license: "MIT"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@install" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {>="4.02.1"}
"dune" {>="1.11"}
"stdlib-shims"
"odoc" {with-doc}
]

0 comments on commit b1f3bbe

Please sign in to comment.