mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-26 22:20:24 +00:00
CircleCI: add test-steps
This commit is contained in:
parent
d9d8f67f98
commit
1fdcc73b5b
1 changed files with 15 additions and 0 deletions
|
@ -29,6 +29,21 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Download Dependencies
|
name: Download Dependencies
|
||||||
command: ./gradlew androidDependencies
|
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:
|
- run:
|
||||||
name: Build Touch
|
name: Build Touch
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in a new issue