mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 02:09:41 +02:00
v0.2.4 Release - Custom default icon and color for secondlion ; fixes #155
This commit is contained in:
parent
5379386ecc
commit
8d6b09c800
32 changed files with 189 additions and 58 deletions
38
circle.yml
Normal file
38
circle.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
###################
|
||||
general:
|
||||
artifacts:
|
||||
- /home/ubuntu/dandelion/app/build/outputs/apk/
|
||||
branches:
|
||||
ignore:
|
||||
- gh-pages
|
||||
- l10n_master
|
||||
- crowdin
|
||||
|
||||
###################
|
||||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
||||
environment:
|
||||
ANDROID_HOME: /usr/local/android-sdk-linux
|
||||
|
||||
###################
|
||||
dependencies:
|
||||
pre:
|
||||
# Android SDK Platform
|
||||
- if [ ! -d "/usr/local/android-sdk-linux/platforms/android-24" ]; then echo y | android update sdk --no-ui --all --filter "android-24"; fi
|
||||
# Android SDK Build-tools
|
||||
- if [ ! -d "/usr/local/android-sdk-linux/build-tools/24.0.3" ]; then echo y | android update sdk --no-ui --all --filter "build-tools-24.0.3"; fi
|
||||
# Android Support Repository
|
||||
- if [ ! -d "/usr/local/android-sdk-linux/extras/android/m2repository/com/android/support/design/24.2.0" ]; then echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"; fi
|
||||
|
||||
|
||||
cache_directories:
|
||||
- /usr/local/android-sdk-linux/platforms/android-24
|
||||
- /usr/local/android-sdk-linux/build-tools/24.0.3
|
||||
- /usr/local/android-sdk-linux/extras/android/m2repository
|
||||
|
||||
###################
|
||||
test:
|
||||
override:
|
||||
- (./gradlew assembleFlavorDefault):
|
||||
timeout: 360
|
Loading…
Add table
Add a link
Reference in a new issue