Added CircleCI configuration.
This commit is contained in:
parent
fd1ab3f3ab
commit
8bab17d313
1 changed files with 17 additions and 0 deletions
17
circle.yml
Normal file
17
circle.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
general:
|
||||
artifacts:
|
||||
- /home/ubuntu/your-app-name/app/build/outputs/apk/
|
||||
|
||||
machine:
|
||||
environment:
|
||||
ANDROID_HOME: /usr/local/android-sdk-linux
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,build-tools-26.0.0,android-25,extra-google-m2repository,extra-android-m2repository,extra-android-support
|
||||
- ANDROID_HOME=/usr/local/android-sdk-linux ./gradlew dependencies
|
||||
|
||||
test:
|
||||
override:
|
||||
- (./gradlew assemble):
|
||||
timeout: 360
|
Loading…
Add table
Add a link
Reference in a new issue