Tweaking circleci build.

This commit is contained in:
Daniel Lemire 2019-02-22 15:47:13 -05:00
parent 1d8fca7f28
commit 021ded5cc8
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ jobs:
- checkout
- run: make
- run: make test
- run: mkdir build && cd build && cmake .. && make && make test