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-
|
||||
|
||||
- run:
|
||||
name: Kobalt Assemble
|
||||
command: ./kobaltw assemble
|
||||
name: Kobalt Check Versions
|
||||
command: ./kobaltw CheckVersions
|
||||
|
||||
- save_cache:
|
||||
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