Skip to content

Commit

Permalink
Add make target to build wampproto-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Jun 6, 2024
1 parent 86065b7 commit 7f5682e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
- name: Check lint
run: make lint

- name: build wampproto-cli
run: make build-wampproto

- name: Run tests
run: make tests
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ format:

tests:
dart test

build-wampproto:
git clone https://github.com/xconnio/wampproto-cli.git
cd wampproto-cli/ && make build && sudo cp ./wampproto /usr/local/bin/

0 comments on commit 7f5682e

Please sign in to comment.