add circleci test runner config

This commit is contained in:
Jeffrey Paul 2019-10-24 05:01:28 -07:00
parent 3542c107ad
commit 31f5a83c96

10
.circleci/config.yml Normal file
View File

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