增加build脚本

This commit is contained in:
zhouhao
2019-01-30 15:13:47 +08:00
parent c2a8c19740
commit 2166eb1662
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -20,4 +20,5 @@
hs_err_pid*
**/transaction-logs/
pom.xml.versionsBackup
build/
build/
!maven-wrapper.jar

2
build.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
./mvnw install -Dgit.commit.hash=$(git rev-parse HEAD) -DskipTests=true