Added check versions.
This commit is contained in:
parent
100abf678a
commit
78bb7ff692
1 changed files with 7 additions and 3 deletions
|
@ -19,9 +19,13 @@ jobs:
|
||||||
- kobalt-dependencies-
|
- kobalt-dependencies-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Kobalt Assemble
|
name: Kobalt Check Versions
|
||||||
command: ./kobaltw assemble
|
command: ./kobaltw CheckVersions
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths: ~/.kobalt
|
paths: ~/.kobalt
|
||||||
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Kobalt Assemble
|
||||||
|
command: ./kobaltw assemble
|
Loading…
Add table
Add a link
Reference in a new issue