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: '*'
|
||||
cmake.org: ^3.12
|
||||
protobuf.dev: '*'
|
||||
script: |
|
||||
make
|
||||
mkdir -p "{{ prefix }}"/bin
|
||||
mv .local/bin/lighthouse "{{ prefix }}"/bin
|
||||
test:
|
||||
make test-release
|
||||
|
||||
script: make CARGO_INSTALL_EXTRA_FLAGS="--root {{prefix}}"
|
||||
test: make test-release
|
||||
|
||||
provides:
|
||||
- bin/lighthouse
|
||||
|
||||
test: |
|
||||
lighthouse account_manager wallet list
|
||||
test -d ~/.lighthouse/mainnet/wallets
|
||||
test:
|
||||
- lighthouse account_manager wallet list
|
||||
- test -d ~/.lighthouse/mainnet/wallets
|
||||
|
|
Loading…
Reference in a new issue