parent
be39e04b05
commit
38390274ae
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.6)
|
||||
project (mastodon-cpp
|
||||
VERSION 0.18.7
|
||||
VERSION 0.18.8
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user