Install cmake3 on centos.
the build was successful Details

This commit is contained in:
tastytea 2019-04-13 23:00:34 +02:00
parent 179692da93
commit f797b54880
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

@ -129,13 +129,13 @@ pipeline:
- 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
- yum install -qy libcurl-devel doxygen
- yum --enablerepo=epel install -qy cmake3 jsoncpp-devel libcurlpp-devel
- yum install -qy rpm file
- rm -rf build && mkdir -p build && cd build
- cmake -DWITH_EXAMPLES=NO -DWITH_TESTS=NO ..
- cmake3 -DWITH_EXAMPLES=NO -DWITH_TESTS=NO ..
- make package
- cmake -DWITH_RPM=YES ..
- cmake3 -DWITH_RPM=YES ..
- make package
- cp -v libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm ..
volumes: