CircleCI: add test-steps

This commit is contained in:
Felix 2019-05-01 12:18:21 +02:00
parent d9d8f67f98
commit 1fdcc73b5b

View file

@ -29,6 +29,21 @@ jobs:
- run:
name: Download Dependencies
command: ./gradlew androidDependencies
- run:
name: Test Common
command: ./gradlew :common:$FLAVOR1$BUILD_TYPEUnitTest
- store_test_results:
path: common/build/reports
- run:
name: Test Touch
command: ./gradlew :touch:$FLAVOR1$FLAVOR2$BUILD_TYPEUnitTest
- store_test_results:
path: touch/build/reports
- run:
name: Test leanback
command: ./gradlew :leanback:test$FLAVOR1$BUILD_TYPEUnitTest
- store_test_results:
path: leanback/build/reports
- run:
name: Build Touch
command: |