Skip to content

Commit

Permalink
feat: Add tools maket target and build tools in CI (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin committed Apr 12, 2023
1 parent 0b4a2e6 commit d5979e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/$@" && \
Expand Down

0 comments on commit d5979e9

Please sign in to comment.