File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 25
25
- " $HOME/.gradle/caches/"
26
26
- " $HOME/.gradle/wrapper/"
27
27
before_install :
28
- - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
29
- - sudo apt-get install git-lfs
30
- - git lfs install
31
28
-
sed -i 's/[email protected] :/https:\/\/github.com\//' .gitmodules
32
29
- git submodule update --init --recursive
33
30
- wget http://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip
@@ -37,7 +34,6 @@ before_install:
37
34
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
38
35
- export PATH=${PATH}:${ANDROID_NDK_HOME}
39
36
script :
40
- - git lfs pull
41
37
- " ./gradlew createPackage -i -PpreReleaseVersion=$PACKAGE_VERSION -PgitCommitVersion=$TRAVIS_COMMIT --stacktrace"
42
38
- echo no | android create avd --force -n Arm21 -t android-21 -b armeabi-v7a -c 12M
43
39
- emulator -avd Arm21 -no-skin -no-audio -no-window &
You can’t perform that action at this time.
0 commit comments