Update CMake to 3.20 for integration tests (#264)

This allows us to use more recent projects in the examples
This commit is contained in:
Lars Melchior
2021-06-08 14:27:31 +02:00
committed by GitHub
parent 4502bf1e04
commit 6a0277f16e

View File

@@ -36,8 +36,7 @@ before_install:
# Update compilers
- eval "${MATRIX_EVAL}"
- echo "CC=$CC CXX=$CXX"
# Install a supported cmake version (>= 3.14)
- wget -O cmake.sh https://cmake.org/files/v3.14/cmake-3.14.0-Linux-x86_64.sh
- wget -O cmake.sh https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
- export PATH=/usr/local/bin:$PATH
- cmake --version