mirror of
https://github.com/status-im/status-node-manager.git
synced 2025-02-19 16:04:20 +00:00
build(nimble): Add before build
step
This commit is contained in:
parent
67029328e9
commit
ee19a3a443
@ -1,5 +1,4 @@
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "Back-end service for the Status node management GUI"
|
||||
@ -28,3 +27,7 @@ requires "nim >= 1.6.14",
|
||||
"dnsdisc",
|
||||
"web3",
|
||||
"libbacktrace"
|
||||
|
||||
before build:
|
||||
exec("git submodule update --init --recursive")
|
||||
exec("make librln")
|
||||
|
Loading…
x
Reference in New Issue
Block a user