Trying to support circleci

This commit is contained in:
Daniel Lemire 2019-02-22 14:26:21 -05:00
parent 76c34c0014
commit b086cc007d
1 changed files with 9 additions and 0 deletions

9
.circleci/config.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: circleci/gcc:8
steps:
- checkout
- run: make
- run: make test