This commit is contained in:
parent
e885bd5ae6
commit
cdb538fa45
@ -94,10 +94,11 @@ pipeline:
|
||||
secrets: [ gitea_token ]
|
||||
title: ${DRONE_TAG}
|
||||
prerelease: true
|
||||
commands:
|
||||
files:
|
||||
- mastodon-cpp-${DRONE_TAG}.ebuild
|
||||
- libmastodon-cpp_${DRONE_TAG}-0_amd64.deb
|
||||
- libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm
|
||||
- build/mastodon-cpp-${DRONE_TAG}.ebuild
|
||||
- build/libmastodon-cpp_${DRONE_TAG}-0_amd64.deb
|
||||
- build/libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm
|
||||
checksum:
|
||||
- sha256
|
||||
- sha512
|
||||
|
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.7)
|
||||
project (mastodon-cpp
|
||||
VERSION 0.18.3
|
||||
VERSION 0.18.4
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
@ -138,7 +138,7 @@ To use the DEB package on stretch, you will need [libcurlpp0](https://packages.d
|
||||
### Dependencies
|
||||
|
||||
* Tested OS: Linux
|
||||
* C++ compiler (tested: gcc 6.3 / 7.3)
|
||||
* C++ compiler (tested: gcc 6/7/8)
|
||||
* [cmake](https://cmake.org/) (tested: 3.9 / 3.11)
|
||||
* [pkgconfig](https://pkgconfig.freedesktop.org/wiki/) (tested: 0.29)
|
||||
* [libcurl](https://curl.haxx.se/) (tested: 7.60 / 7.52)
|
||||
|
Reference in New Issue
Block a user