mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 17:29:56 +08:00
change: make opencv as optional build tags
This commit is contained in:
@@ -15,6 +15,7 @@ mkdir -p "output"
|
||||
bin_path="output/hrp"
|
||||
|
||||
# build
|
||||
# optional build tags: opencv
|
||||
go build -ldflags '-s -w' -o "$bin_path" hrp/cmd/cli/main.go
|
||||
|
||||
# check output and version
|
||||
|
||||
Reference in New Issue
Block a user