Skip to content

Commit

Permalink
Disable test and doc for drom_toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Jan 2, 2023
1 parent fbfe710 commit 9aaccb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .drom
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:0.8.0

# hash of toml configuration files
# used for generation of all files
184c7f1cb3b008555ed6a03b082ae98f:.
8afa290241b8702b433a9afa81f150c1:.
# end context for .

# begin context for .github/workflows/workflow.yml
Expand Down Expand Up @@ -115,7 +115,7 @@ b9f2c87e2fd71a152b79fac4a7ba7c8e:dune

# begin context for opam/drom_toml.opam
# file opam/drom_toml.opam
49100060da48de3163e62ee6806d3973:opam/drom_toml.opam
68a1705efeab2682315f5d3eca7ee3b4:opam/drom_toml.opam
# end context for opam/drom_toml.opam

# begin context for scripts/after.sh
Expand Down
12 changes: 1 addition & 11 deletions opam/drom_toml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@ tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "build" "-p" name "-j" jobs "@install"]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
Expand Down
2 changes: 2 additions & 0 deletions src/toml.7.1.0/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ menhir = ">2019"
# gen-opam = "some" | "all"
[fields]
dune-libraries = "str unix"
no-opam-test = "yes"
no-opam-doc = "yes"

0 comments on commit 9aaccb2

Please sign in to comment.