travis deployment 7

This commit is contained in:
tastytea 2018-03-12 11:48:41 +01:00
parent 75bdfd9bce
commit a144435c8a
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ script:
- cd ..
before_deploy:
- sudo apt-get install rpm
- cp -v packages/gentoo/mastodon-cpp-{0.0.0,${TRAVIS_TAG}}.ebuild
- cd build
- cmake -DWITH_DEB=ON ..

View File

@ -14,6 +14,7 @@ The library takes care of the network stuff. You submit a query and get the raw
* Documentation: [doxygen](https://www.stack.nl/~dimitri/doxygen/) (tested: 1.8.13)
* 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)
* RPM package: [rpm](http://www.rpm.org) (tested: 4.11.0.1)
## Get sourcecode