Added getting Pinboard API token from (CircleCI) environment variable.

This commit is contained in:
Erik C. Thauvin 2017-11-04 00:21:24 -07:00
parent 1cfda5f72b
commit 1d36d78bf4
2 changed files with 21 additions and 8 deletions

View file

@ -27,5 +27,11 @@ jobs:
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
- run:
name: Assemble
command: ./kobaltw assemble
name: Assemble & Test
command: ./kobaltw assemble test
- store_artifacts:
path: kobaltBuild/test-output/
destination: test-output
- store_test_results:
path: kobaltBuild/test-output/