Skip to content

Commit

Permalink
opam: Simplify build and tests definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Mar 16, 2023
1 parent 0e5e9ae commit 3919636
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions opam-file-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocaml/opam-file-format"
build: [
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
depends: [
"ocaml"
"dune" {>= "1.3.0"}
Expand Down

0 comments on commit 3919636

Please sign in to comment.