mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
6999fbf5d4
commit
5b598f24cd
|
@ -15,17 +15,12 @@ build:
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
cmake.org: ^3.12
|
cmake.org: ^3.12
|
||||||
protobuf.dev: '*'
|
protobuf.dev: '*'
|
||||||
script: |
|
script: make CARGO_INSTALL_EXTRA_FLAGS="--root {{prefix}}"
|
||||||
make
|
test: make test-release
|
||||||
mkdir -p "{{ prefix }}"/bin
|
|
||||||
mv .local/bin/lighthouse "{{ prefix }}"/bin
|
|
||||||
test:
|
|
||||||
make test-release
|
|
||||||
|
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/lighthouse
|
- bin/lighthouse
|
||||||
|
|
||||||
test: |
|
test:
|
||||||
lighthouse account_manager wallet list
|
- lighthouse account_manager wallet list
|
||||||
test -d ~/.lighthouse/mainnet/wallets
|
- test -d ~/.lighthouse/mainnet/wallets
|
||||||
|
|
Loading…
Reference in a new issue