mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
feat: Add tools maket target and build tools in CI (#1668)
This commit is contained in:
parent
90bef27f45
commit
976dbcfb35
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
|
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: make V=1 LOG_LEVEL=DEBUG v2
|
run: make V=1 LOG_LEVEL=DEBUG v2 tools
|
||||||
|
|
||||||
test-v2:
|
test-v2:
|
||||||
needs: changes
|
needs: changes
|
||||||
|
|||||||
4
Makefile
4
Makefile
@ -184,7 +184,9 @@ chat2bridge: | build deps
|
|||||||
###################
|
###################
|
||||||
## Waku v2 tools ##
|
## Waku v2 tools ##
|
||||||
###################
|
###################
|
||||||
.PHONY: wakucanary networkmonitor
|
.PHONY: tools wakucanary networkmonitor
|
||||||
|
|
||||||
|
tools: networkmonitor wakucanary
|
||||||
|
|
||||||
wakucanary: | build deps
|
wakucanary: | build deps
|
||||||
echo -e $(BUILD_MSG) "build/$@" && \
|
echo -e $(BUILD_MSG) "build/$@" && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user