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.
 
 

22 lines
444 B

language: android
sudo: false
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-26.0.0
- android-26
- 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 :app:assembleDebug --stacktrace
- ./gradlew :app:test --stacktrace