Trying to install cmake

This commit is contained in:
Daniel Lemire 2019-02-22 15:55:59 -05:00
parent 8415aa2d4c
commit 7609a520d5
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ jobs:
build:
docker:
- image: gcc:8
dependencies:
pre:
- (brew update || brew update)
- (brew upgrade cmake || true)
steps:
- checkout
- run: make