Removed kobalt.
This commit is contained in:
parent
9f3b488822
commit
9e63b00c71
1 changed files with 0 additions and 30 deletions
|
@ -38,38 +38,8 @@ jobs:
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: build/reports/
|
path: build/reports/
|
||||||
|
|
||||||
build_kobalt:
|
|
||||||
<<: *defaults
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
|
||||||
# fallback to using the latest cache if no exact match is found
|
|
||||||
- kobalt-dependencies-
|
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Check Versions
|
|
||||||
command: ./kobaltw checkVersions
|
|
||||||
|
|
||||||
- save_cache:
|
|
||||||
paths: ~/.kobalt
|
|
||||||
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Assemble & Test
|
|
||||||
command: ./kobaltw assemble test
|
|
||||||
|
|
||||||
- store_artifacts:
|
|
||||||
path: kobaltBuild/test-output/
|
|
||||||
destination: test-output
|
|
||||||
- store_test_results:
|
|
||||||
path: kobaltBuild/test-output/
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_gradle_and_kobalt:
|
build_gradle_and_kobalt:
|
||||||
jobs:
|
jobs:
|
||||||
- build_gradle
|
- build_gradle
|
||||||
- build_kobalt
|
|
Loading…
Add table
Add a link
Reference in a new issue