File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed
Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version:0.8.0
55
66# hash of toml configuration files
77# used for generation of all files
8- 184c7f1cb3b008555ed6a03b082ae98f :.
8+ 8afa290241b8702b433a9afa81f150c1 :.
99# end context for .
1010
1111# begin context for .github/workflows/workflow.yml
@@ -115,7 +115,7 @@ b9f2c87e2fd71a152b79fac4a7ba7c8e:dune
115115
116116# begin context for opam/drom_toml.opam
117117# file opam/drom_toml.opam
118- 49100060da48de3163e62ee6806d3973 :opam/drom_toml.opam
118+ 68a1705efeab2682315f5d3eca7ee3b4 :opam/drom_toml.opam
119119# end context for opam/drom_toml.opam
120120
121121# begin context for scripts/after.sh
Original file line number Diff line number Diff line change @@ -28,17 +28,7 @@ tags: "org:ocamlpro"
2828build: [
2929 ["dune" "subst"] {dev}
3030 ["sh" "-c" "./scripts/before.sh build '%{name}%'"]
31- [
32- "dune"
33- "build"
34- "-p"
35- name
36- "-j"
37- jobs
38- "@install"
39- "@runtest" {with-test}
40- "@doc" {with-doc}
41- ]
31+ ["dune" "build" "-p" name "-j" jobs "@install"]
4232 ["sh" "-c" "./scripts/after.sh build '%{name}%'"]
4333]
4434install: [
Original file line number Diff line number Diff line change @@ -65,3 +65,5 @@ menhir = ">2019"
6565# gen-opam = "some" | "all"
6666[fields ]
6767dune-libraries = " str unix"
68+ no-opam-test = " yes"
69+ no-opam-doc = " yes"
You can’t perform that action at this time.
0 commit comments