CI: Changed dependencies: libcurlpp-dev is not in buster anymore, but in sid
Some checks failed
the build failed
Some checks failed
the build failed
This commit is contained in:
parent
619c2d9863
commit
278a574f80
40
.drone.yml
40
.drone.yml
|
@ -8,11 +8,11 @@ pipeline:
|
||||||
image: gcc:8
|
image: gcc:8
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list.d/buster.list
|
- echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list.d/sid.list
|
||||||
- echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
|
- echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
|
||||||
- apt-get update -q
|
- apt-get update -q
|
||||||
- apt-get install -qy cmake libcurl4-openssl-dev libjsoncpp-dev libboost-all-dev
|
- apt-get install -qy cmake libcurl4-openssl-dev libjsoncpp-dev libboost-all-dev
|
||||||
- apt-get install -qy -t buster libcurlpp-dev
|
- apt-get install -qy -t sid libcurlpp-dev
|
||||||
- dpkg -i mastodon-cpp.deb
|
- dpkg -i mastodon-cpp.deb
|
||||||
- rm -rf build && mkdir -p build && cd build
|
- rm -rf build && mkdir -p build && cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
@ -22,48 +22,16 @@ pipeline:
|
||||||
image: gcc:7
|
image: gcc:7
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list.d/buster.list
|
- echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list.d/sid.list
|
||||||
- echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
|
- echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
|
||||||
- apt-get update -q
|
- apt-get update -q
|
||||||
- apt-get install -qy cmake libcurl4-openssl-dev libjsoncpp-dev libboost-all-dev
|
- apt-get install -qy cmake libcurl4-openssl-dev libjsoncpp-dev libboost-all-dev
|
||||||
- apt-get install -qy -t buster libcurlpp-dev
|
- apt-get install -qy -t sid libcurlpp-dev
|
||||||
- dpkg -i mastodon-cpp.deb
|
- dpkg -i mastodon-cpp.deb
|
||||||
- rm -rf build && mkdir -p build && cd build
|
- rm -rf build && mkdir -p build && cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make VERBOSE=1
|
- make VERBOSE=1
|
||||||
- make install DESTDIR=install
|
- make install DESTDIR=install
|
||||||
gcc6:
|
|
||||||
image: gcc:6
|
|
||||||
pull: true
|
|
||||||
commands:
|
|
||||||
- echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list.d/backports.list
|
|
||||||
- echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list.d/buster.list
|
|
||||||
- echo "APT::Default-Release \"jessie\";" >> /etc/apt/apt.conf.d/00default_release
|
|
||||||
- apt-get update -q
|
|
||||||
- apt-get install -qy libcurl4-openssl-dev libboost-all-dev
|
|
||||||
- apt-get install -qy -t jessie-backports cmake libjsoncpp-dev
|
|
||||||
- apt-get install -qy -t buster libcurlpp-dev
|
|
||||||
- dpkg -i mastodon-cpp.deb
|
|
||||||
- rm -rf build && mkdir -p build && cd build
|
|
||||||
- cmake ..
|
|
||||||
- make VERBOSE=1
|
|
||||||
- make install DESTDIR=install
|
|
||||||
# gcc5:
|
|
||||||
# image: gcc:5
|
|
||||||
# pull: true
|
|
||||||
# commands:
|
|
||||||
# - echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list.d/backports.list
|
|
||||||
# - echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list.d/buster.list
|
|
||||||
# - echo "APT::Default-Release \"jessie\";" >> /etc/apt/apt.conf.d/00default_release
|
|
||||||
# - apt-get update -q
|
|
||||||
# - apt-get install -qy libcurl4-openssl-dev libboost-all-dev
|
|
||||||
# - apt-get install -qy -t jessie-backports cmake libjsoncpp-dev
|
|
||||||
# - apt-get install -qy -t buster libcurlpp-dev
|
|
||||||
# - dpkg -i mastodon-cpp.deb
|
|
||||||
# - rm -rf build && mkdir -p build && cd build
|
|
||||||
# - cmake ..
|
|
||||||
# - make VERBOSE=1
|
|
||||||
# - make install DESTDIR=install
|
|
||||||
notify:
|
notify:
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user