orb: sh with more debug
This commit is contained in:
parent
c7430dbc44
commit
6e368657c7
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ depends: [
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
["dune" "build" "-p" name "-j" jobs]
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
["sh" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
||||||
["sh" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/roburio/orb.git"
|
dev-repo: "git+https://github.com/roburio/orb.git"
|
||||||
url {
|
url {
|
||||||
|
|
Loading…
Reference in a new issue