mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Travis+make: compile JSON/WASM stubs
This commit is contained in:
parent
ca9ec4cfe7
commit
360e3347be
2 changed files with 5 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -80,3 +80,7 @@ rpc:
|
|||
rpc-check: rpc
|
||||
@$(call print, "Verifying protos.")
|
||||
if test -n "$$(git describe --dirty | grep dirty)"; then echo "Protos not properly formatted or not compiled with correct version!"; git status; git diff; exit 1; fi
|
||||
|
||||
rpc-js-compile:
|
||||
@$(call print, "Compiling JSON/WASM stubs.")
|
||||
GOOS=js GOARCH=wasm $(GOBUILD) $(PKG)/looprpc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue