mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-02-09 05:14:24 +00:00
Delete travis-ci support
This commit is contained in:
parent
0fdf87e1c2
commit
ba2f1f6e97
30
.travis.yml
30
.travis.yml
@ -1,30 +0,0 @@
|
|||||||
language: android
|
|
||||||
jdk: oraclejdk8
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
android:
|
|
||||||
components:
|
|
||||||
- tools
|
|
||||||
- platform-tools
|
|
||||||
- build-tools-28.0.3
|
|
||||||
- android-29
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- export NDK_VERSION=r19c
|
|
||||||
- curl -L https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-linux-x86_64.zip -O
|
|
||||||
- unzip -q android-ndk-${NDK_VERSION}-linux-x86_64.zip
|
|
||||||
- export ANDROID_NDK_HOME=`pwd`/android-ndk-${NDK_VERSION}
|
|
||||||
|
|
||||||
before_cache:
|
|
||||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
|
||||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- $HOME/.gradle/caches/
|
|
||||||
- $HOME/.gradle/wrapper/
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ./gradlew assembleDebug
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
email: false
|
|
Loading…
x
Reference in New Issue
Block a user