travis deployment 1

This commit is contained in:
tastytea 2018-03-12 11:02:42 +01:00
parent a39e2dd96d
commit 8736d64867
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ before_deploy:
- cp -v packages/gentoo/mastodon-cpp-{0.0.0,${TRAVIS_TAG}}.ebuild
- cd build
- cmake -DWITH_DEB=ON ..
- make install
- make package
- cmake -DWITH_DEB=OFF -DWITH_RPM=ON ..
- make package

View File

@ -12,7 +12,7 @@ The library takes care of the network stuff. You submit a query and get the raw
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1/0.7.3)
* Optional
* Documentation: [doxygen](https://www.stack.nl/~dimitri/doxygen/) (tested: 1.8.13)
* Examples: [boost](http://www.boost.org/) (tested: 1.63.0)
* Examples: [boost](http://www.boost.org/) (tested: 1.63.0/1.54.0)
* DEB package: [dpkg](https://packages.qa.debian.org/dpkg) (tested: 1.19.0.5)
## Get sourcecode