From d5979e94daafff12870a3e697c17c4cd4c0a732c Mon Sep 17 00:00:00 2001 From: Vaclav Pavlin Date: Wed, 12 Apr 2023 10:22:45 +0200 Subject: [PATCH] feat: Add tools maket target and build tools in CI (#1668) --- .github/workflows/ci.yml | 2 +- Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a10575b35..568536a50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Makefile b/Makefile index db9a3c27b..d3d46e2a1 100644 --- a/Makefile +++ b/Makefile @@ -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/$@" && \