Update modulectomy
Include fmt dependency and packaging script invocations.
This commit is contained in:
parent
2249bdbbe3
commit
ab444d9df0
1 changed files with 3 additions and 0 deletions
|
@ -19,11 +19,14 @@ depends: [
|
|||
"tyxml"
|
||||
"tyre"
|
||||
"cmdliner" {>= "1.1.0"}
|
||||
"fmt"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name] {with-test}
|
||||
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
||||
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
||||
]
|
||||
dev-repo: "git+https://github.com/Drup/modulectomy.git"
|
||||
url {
|
||||
|
|
Loading…
Reference in a new issue