Replaced wget with curl in CI recipe.
the build was successful Details

This commit is contained in:
tastytea 2019-04-13 22:49:48 +02:00
parent 5e6b3d2e73
commit 179692da93
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# -*- mode: conf-toml -*-
pipeline:
gcc6:
image: debian:stretch-slim
@ -127,8 +126,8 @@ pipeline:
- LANG=C.utf8
- CXXFLAGS=-pipe -O2
commands:
- cd /var/cache/yum && wget -nc http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && cd -
- rpm -i epel-release-latest-7.noarch.rpm
- curl -s -o /var/cache/yum/epel-release-latest-7.noarch.rpm http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- rpm -i /var/cache/yum/epel-release-latest-7.noarch.rpm
- yum group install -qy "Development Tools"
- yum install -qy cmake libcurl-devel doxygen
- yum --enablerepo=epel install -qy jsoncpp-devel libcurlpp-devel