summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-21 11:50:41 +0300
committerWolfy-J <[email protected]>2019-05-21 11:50:41 +0300
commit14164eccb902ed2456a55cbdffacf774c438c300 (patch)
tree0dec569383febc42c95989b1902ab11babf2ea88 /Makefile
parent26fb29275d4e79165911bb1cdb3e2c0ce34dbe9a (diff)
added CE build (+jobs +grpc)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbeddb2f..ed266a5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,20 @@
all:
@./build.sh
+ @./build-ce.sh
build:
@./build.sh all
+ @./build-ce.sh all
+build-ce:
+ @./build-ce.sh all
clean:
rm -rf rr
+ rm -rf rr-ce
install: all
cp rr /usr/local/bin/rr
+ cp rr-ce /usr/local/bin/rr-ce
uninstall:
rm -f /usr/local/bin/rr
+ rm -f /usr/local/bin/rr-ce
test:
composer update
go test -v -race -cover