Added build and prepareBuild scripts

This commit is contained in:
Troy Frew 2016-06-27 02:35:20 -04:00
parent 54ebac784a
commit a698ff00ad
No known key found for this signature in database
GPG Key ID: 2B07581071A3CA7D
2 changed files with 16 additions and 0 deletions

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