Removed ebuilds from CI recipe
the build failed Details

This commit is contained in:
tastytea 2018-10-08 18:36:13 +02:00
parent be39e04b05
commit 38390274ae
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 3 additions and 7 deletions

View File

@ -15,7 +15,6 @@ pipeline:
- make VERBOSE=1
- make install DESTDIR=install
- ctest ..
- cp -v ../packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${DRONE_TAG}.ebuild
- make package
- cmake -DWITH_DEB=ON ..
- make package
@ -37,7 +36,6 @@ pipeline:
- make VERBOSE=1
- make install DESTDIR=install
- ctest ..
- cp -v ../packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${DRONE_TAG}.ebuild
- make package
- cmake -DWITH_DEB=ON ..
- make package
@ -60,7 +58,6 @@ pipeline:
- make VERBOSE=1
- make install DESTDIR=install
- ctest ..
- cp -v ../packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${DRONE_TAG}.ebuild
- make package
- cmake -DWITH_DEB=ON ..
- make package
@ -72,7 +69,6 @@ pipeline:
when:
event: tag
commands:
- cp -v build/mastodon-cpp-${DRONE_TAG}.ebuild .
- cp -v build/mastodon-cpp-${DRONE_TAG}_x86_64.tar.gz .
- cp -v build/libmastodon-cpp[_-]${DRONE_TAG}*{deb,rpm} .
gitea_release:
@ -85,7 +81,6 @@ pipeline:
title: ${DRONE_TAG}
prerelease: true
files:
- mastodon-cpp-${DRONE_TAG}.ebuild
- mastodon-cpp-${DRONE_TAG}_x86_64.tar.gz
- libmastodon-cpp_${DRONE_TAG}-0_amd64.deb
- libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6)
project (mastodon-cpp
VERSION 0.18.7
VERSION 0.18.8
LANGUAGES CXX
)

View File

@ -90,7 +90,8 @@ If you use a debug build, you get more verbose error messages.
## Packages
Every [release](https://schlomp.space/tastytea/mastodon-cpp/releases) includes
packages for the package managers of Gentoo, Debian and Red Hat.
packages for the package managers of Debian and Red Hat. Gentoo packages are
available in an overlay.
### Gentoo