Trying to install cmake
This commit is contained in:
parent
8415aa2d4c
commit
7609a520d5
|
@ -3,6 +3,10 @@ jobs:
|
|||
build:
|
||||
docker:
|
||||
- image: gcc:8
|
||||
dependencies:
|
||||
pre:
|
||||
- (brew update || brew update)
|
||||
- (brew upgrade cmake || true)
|
||||
steps:
|
||||
- checkout
|
||||
- run: make
|
||||
|
|
Loading…
Reference in New Issue