From 78bb7ff69209cd2c6e9a996897153ebca8d26e03 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 29 Oct 2017 23:50:22 -0700 Subject: [PATCH] Added check versions. --- .circleci/config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 875e56a..1b53bf1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }} \ No newline at end of file + key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} + + - run: + name: Kobalt Assemble + command: ./kobaltw assemble \ No newline at end of file