Added getting Pinboard API token from (CircleCI) environment variable.
This commit is contained in:
parent
1cfda5f72b
commit
1d36d78bf4
2 changed files with 21 additions and 8 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue