CI: use CMake from stretch-backports.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
stretch has 3.7, we need 3.10.
This commit is contained in:
parent
ee4451af6b
commit
b8bfbbeccd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user