Cleaned up CI configurations.

This commit is contained in:
Erik C. Thauvin 2019-09-28 11:47:52 -07:00
parent 174c3659ad
commit 7333ffc1b4
4 changed files with 185 additions and 5 deletions

View file

@ -21,7 +21,7 @@ defaults_gradle: &defaults_gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Run Tests
command: ./gradlew lint test
command: ./gradlew lint build connectedCheck -PdisablePreDex --stacktrace
- store_artifacts:
path: app/build/reports
destination: reports