build(nimble): Add `before build` step
This commit is contained in:
parent
67029328e9
commit
ee19a3a443
|
@ -1,5 +1,4 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "Back-end service for the Status node management GUI"
|
description = "Back-end service for the Status node management GUI"
|
||||||
|
@ -28,3 +27,7 @@ requires "nim >= 1.6.14",
|
||||||
"dnsdisc",
|
"dnsdisc",
|
||||||
"web3",
|
"web3",
|
||||||
"libbacktrace"
|
"libbacktrace"
|
||||||
|
|
||||||
|
before build:
|
||||||
|
exec("git submodule update --init --recursive")
|
||||||
|
exec("make librln")
|
||||||
|
|
Loading…
Reference in New Issue