Remove .circleci

This commit is contained in:
Dimitris Zervas 2020-09-15 00:35:12 +03:00
parent 173ae842ca
commit 7f1514e8de
No known key found for this signature in database
GPG Key ID: 5C27D7C9D1901A30

View File

@ -1,26 +0,0 @@
---
version: 2
jobs:
build:
docker:
- image: 'kmkfw/base'
environment:
KMK_TEST: 1
steps:
- checkout
- run: make test
- run: make dist
- run: make dist-deploy
workflows:
version: 2
build-deploy:
jobs:
- build:
filters:
branches:
only: /.*/
tags:
only: /.*/