BaritoneAutoTest

This commit is contained in:
Leijurv
2018-09-25 11:19:25 -07:00
parent 7db973017a
commit ce55cc56c1
5 changed files with 80 additions and 5 deletions

View File

@ -1,6 +1,7 @@
set -e # this makes the whole script fail immediately if any one of these commands fails
./gradlew build
export VERSION=$(cat build.gradle | grep "version '" | cut -d "'" -f 2-2)
wget https://downloads.sourceforge.net/project/proguard/proguard/6.0/proguard6.0.3.zip
unzip proguard6.0.3.zip 2>&1 > /dev/null
cd build/libs