forked from yanivnizan/unity3d-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
20 lines (20 loc) · 1019 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: objective-c
osx_image: xcode7.2
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-profile/build_all
- ./soomla-native/projects/unity-ios-profile/build_all
- ./deploy/create_deploys || (cat deploy/create_unity.log && $(exit 1))
# - ./deploy/create_deploys | tail -f deploy/create_unity.log