Skip to content

Commit 9aaccb2

Browse files
committed
Disable test and doc for drom_toml
1 parent fbfe710 commit 9aaccb2

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

.drom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

opam/drom_toml.opam

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,7 @@ tags: "org:ocamlpro"
2828
build: [
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
]
4434
install: [

src/toml.7.1.0/package.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ menhir = ">2019"
6565
# gen-opam = "some" | "all"
6666
[fields]
6767
dune-libraries = "str unix"
68+
no-opam-test = "yes"
69+
no-opam-doc = "yes"

0 commit comments

Comments
 (0)