Code Review
/
epayment
/
food_payapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9ec516c
)
增加 makefile
author
Tang Cheng
<cheng.tang@supwisdom.com>
Fri, 5 Jul 2019 02:41:36 +0000
(10:41 +0800)
committer
Tang Cheng
<cheng.tang@supwisdom.com>
Fri, 5 Jul 2019 02:41:36 +0000
(10:41 +0800)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
acc28d0
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,14
@@
+.PHONY: clean
+
+build:
+ ./gradlew build -x test
+
+test:
+ ./gradlew test
+
+docker:
+ ./gradlew docker
+
+publish:
+ ./gradlew docker
+ docker push 172.28.201.70:5000/dali/payapi
\ No newline at end of file