Remove default cmake installation

It seems the default is CMake 3.12 and we need at least CMake 3.13.
This commit is contained in:
Alexey Klimkin 2021-01-08 15:19:25 -08:00 committed by Alexey Klimkin
parent ffd1cd8ff2
commit e5329ce9d5

View File

@ -16,6 +16,7 @@ branches:
# Install dependencies
before_install:
- sudo apt remove --purge --auto-remove cmake
- wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
- sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
- sudo apt-get update