fix(lighthouse)

closes #4980
This commit is contained in:
Jacob Heider 2024-01-25 10:29:23 -05:00 committed by Jacob Heider
parent 6999fbf5d4
commit 5b598f24cd

View file

@ -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