forked from aliorouji/unity3d-store-bazaar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
18 lines (18 loc) · 973 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: objective-c
install:
- git submodule update --init --recursive
- curl -o android-sdk.zip http://dl.google.com/android/android-sdk_r24.4.1-macosx.zip
- unzip android-sdk.zip
- export ANDROID_HOME=$PWD/android-sdk-macosx
- export PATH=$PATH:$ANDROID_HOME/tools
- export PATH=$PATH:$ANDROID_HOME/platform-tools
- export JAVA_HOME=$(/usr/libexec/java_home)
- echo "y" | android update sdk --no-ui --all --filter tool,platform-tool,android-19,build-tools-22.0.1
- brew install ant
- curl -o Unity.pkg http://download.unity3d.com/download_unity/3757309da7e7/MacEditorInstaller/Unity-5.2.2f1.pkg
- sudo installer -dumplog -package Unity.pkg -target /
script:
- ./submodules/build_all
- ./soomla-native/projects/unity-android-store/build_all
- ./soomla-native/projects/unity-ios-store/build_all
- ./deploy/create_deploys || ((cat deploy/create_unity_store.log || cat deploy/create_unity_core.log) && $(exit 1))