1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-24 18:27:11 -07:00
android-about-box/circle.yml

12 lines
350 B
YAML

dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.3
test:
override:
# run lint (tests will come next ...)
- ./gradlew :library:check
# copy results
- cp -r library/build/outputs $CIRCLE_ARTIFACTS