Added build and prepareBuild scripts

This commit is contained in:
Troy Frew 2016-06-27 02:35:20 -04:00 committed by Marc Baloup
parent 2019a80ee4
commit 45fce075ad
3 changed files with 19 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "Waterfall"]
path = Waterfall
url = https://github.com/WaterfallMC/Waterfall.git

4
build.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
./prepareBuild.sh && pushd Travertine-Proxy && mvn clean package && popd

12
prepareBuild.sh Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
git submodule update --recursive --init
pushd Waterfall
./applyPatches.sh
popd
./applyPatches.sh