CI: use CMake from stretch-backports.
continuous-integration/drone/push Build is failing Details

stretch has 3.7, we need 3.10.
This commit is contained in:
tastytea 2020-10-24 10:43:10 +02:00
parent ee4451af6b
commit b8bfbbeccd
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,11 @@ steps:
commands:
- rm /etc/apt/apt.conf.d/docker-clean
- apt-get update -q
- apt-get install -qq g++-6 clang-7 cmake pkg-config
- echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
- echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list.d/stretch.list
- apt-get update -q
- apt-get install -qq -t stretch-backports cmake
- apt-get install -qq g++-6 clang-7 pkg-config
- apt-get install -qq libcrypto++-dev libmagick++-dev libxdg-basedir-dev
- dpkg -i identiconpp_stretch.deb
- rm -rf build && mkdir -p build && cd build