Added build and prepareBuild scripts
This commit is contained in:
parent
2019a80ee4
commit
45fce075ad
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "Waterfall"]
|
||||||
|
path = Waterfall
|
||||||
|
url = https://github.com/WaterfallMC/Waterfall.git
|
4
build.sh
Executable file
4
build.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
./prepareBuild.sh && pushd Travertine-Proxy && mvn clean package && popd
|
||||||
|
|
12
prepareBuild.sh
Executable file
12
prepareBuild.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
git submodule update --recursive --init
|
||||||
|
|
||||||
|
pushd Waterfall
|
||||||
|
|
||||||
|
./applyPatches.sh
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
||||||
|
./applyPatches.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user