feat: Add tools maket target and build tools in CI (#1668)

This commit is contained in:
Vaclav Pavlin 2023-04-12 10:22:45 +02:00 committed by GitHub
parent 0b4a2e68e4
commit d5979e94da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -86,7 +86,7 @@ jobs:
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
- name: Build binaries
run: make V=1 LOG_LEVEL=DEBUG v2
run: make V=1 LOG_LEVEL=DEBUG v2 tools
test-v2:
needs: changes

View File

@ -184,7 +184,9 @@ chat2bridge: | build deps
###################
## Waku v2 tools ##
###################
.PHONY: wakucanary networkmonitor
.PHONY: tools wakucanary networkmonitor
tools: networkmonitor wakucanary
wakucanary: | build deps
echo -e $(BUILD_MSG) "build/$@" && \