Lightning browser with I2P configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
402 B

language: android
sudo: false
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-25.0.2
- android-25
- extra-android-support
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
- chmod +x gradlew
- git submodule update --init --recursive
install:
- ./gradlew
script:
- ./gradlew assembleDebug --stacktrace