2019-07-20 15:29:56 -07:00
|
|
|
---
|
2018-09-14 17:22:51 -07:00
|
|
|
version: 2
|
|
|
|
jobs:
|
2019-07-20 16:14:58 -07:00
|
|
|
build:
|
|
|
|
docker:
|
|
|
|
- image: 'kmkfw/base'
|
|
|
|
|
|
|
|
environment:
|
|
|
|
KMK_TEST: 1
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- checkout
|
2018-09-23 02:38:28 -07:00
|
|
|
- run: make test
|
2019-07-24 20:21:56 -07:00
|
|
|
- run: make dist
|
|
|
|
- run: make dist-deploy
|
2018-09-23 02:38:28 -07:00
|
|
|
|
2018-09-14 17:22:51 -07:00
|
|
|
workflows:
|
|
|
|
version: 2
|
|
|
|
build-deploy:
|
|
|
|
jobs:
|
2019-07-20 16:14:58 -07:00
|
|
|
- build:
|
2018-09-17 13:25:37 -07:00
|
|
|
filters:
|
|
|
|
branches:
|
|
|
|
only: /.*/
|
|
|
|
tags:
|
|
|
|
only: /.*/
|