Simplier circleci

This commit is contained in:
Daniel Lemire 2019-02-22 16:01:54 -05:00
parent 7609a520d5
commit 139083bc57
1 changed files with 0 additions and 5 deletions

View File

@ -3,12 +3,7 @@ jobs:
build:
docker:
- image: gcc:8
dependencies:
pre:
- (brew update || brew update)
- (brew upgrade cmake || true)
steps:
- checkout
- run: make
- run: make quiettest
- run: mkdir build && cd build && cmake .. && make && make test