add circleci support

This commit is contained in:
Jeffrey Paul 2019-10-25 09:25:03 -07:00
parent 2991852b72
commit 2e58070467
1 changed files with 10 additions and 0 deletions

10
.circleci/config.yml Normal file
View File

@ -0,0 +1,10 @@
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: |
make dist
- store_artifacts:
path: output