mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-02-05 22:41:34 +01:00
Added build and prepareBuild scripts
This commit is contained in:
parent
54ebac784a
commit
a698ff00ad
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