Skip to content

Commit

Permalink
Also building OpenKitUnity now so the Unity-build script could use th…
Browse files Browse the repository at this point in the history
…at hopefully :)
  • Loading branch information
peterwilli committed Jul 11, 2014
1 parent 38ee3da commit 90a3da5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ ANT_TARGET="dist-jar"
ANDROID_SDK_BUILD_FILE="OpenKitSDK/build.xml"
ANDROID_UNITY_BUILD_FILE="OpenKitUnity/build.xml"

#debug
echo "home: $ANDROID_HOME"
cat ./local.properties

echo "Building Android SDK"
ant $ANT_CONFIG -f $ANDROID_SDK_BUILD_FILE

echo "Building Unity Android SDK"
ant $ANT_TARGET -f $ANDROID_UNITY_BUILD_FILE

echo "Creating SDK zip file"
zip -r Gameeso-Android-SDK.zip LICENSE.txt OpenKitSDK README.md samples Vendor
zip -r Gameeso-Android-SDK.zip LICENSE.txt OpenKitUnity OpenKitSDK README.md samples Vendor

0 comments on commit 90a3da5

Please sign in to comment.