Trying to support circleci

This commit is contained in:
Daniel Lemire
2019-02-22 14:26:21 -05:00
parent 76c34c0014
commit b086cc007d
+9
View File
@@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: circleci/gcc:8
steps:
- checkout
- run: make
- run: make test