mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
update Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -164,8 +164,12 @@ test-exec-engine:
|
|||||||
# test vectors.
|
# test vectors.
|
||||||
test: test-release
|
test: test-release
|
||||||
|
|
||||||
|
# Run bash script to output cli.txt
|
||||||
|
cli:
|
||||||
|
/home/hi/cli/lighthouse/scripts/cli.sh
|
||||||
# Runs the entire test suite, downloading test vectors if required.
|
# Runs the entire test suite, downloading test vectors if required.
|
||||||
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine
|
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine cli
|
||||||
|
|
||||||
|
|
||||||
# Lints the code for bad style and potentially unsafe arithmetic using Clippy.
|
# Lints the code for bad style and potentially unsafe arithmetic using Clippy.
|
||||||
# Clippy lints are opt-in per-crate for now. By default, everything is allowed except for performance and correctness lints.
|
# Clippy lints are opt-in per-crate for now. By default, everything is allowed except for performance and correctness lints.
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ read -p "Enter Lighthouse version: " version
|
|||||||
binary="curl -LO https://github.com/sigp/lighthouse/releases/download/v$version/lighthouse-v$version-x86_64-unknown-linux-gnu.tar.gz"
|
binary="curl -LO https://github.com/sigp/lighthouse/releases/download/v$version/lighthouse-v$version-x86_64-unknown-linux-gnu.tar.gz"
|
||||||
|
|
||||||
#download the binary to the present working directory
|
#download the binary to the present working directory
|
||||||
|
cd /home/hi/cli/lighthouse/scripts
|
||||||
$binary
|
$binary
|
||||||
|
|
||||||
#extract
|
#extract
|
||||||
|
|||||||
Reference in New Issue
Block a user