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 dfd9dd1 commit 8b1b199
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion travis/script.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/bin/bash
xctool -project OpenKit.xcodeproj -scheme OpenKit
xcodebuild -project OpenKit.xcodeproj -configuration release -target OpenKit
xcodebuild -project OpenKit.xcodeproj -configuration release -target OpenKitUnity

mv build/Release-iphoneos/libOpenKitUnity.a OpenKitSDK

python package_sdk.py

0 comments on commit 8b1b199

Please sign in to comment.