From a144435c8a0c1abf61114b1951476f60113d99d0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 12 Mar 2018 11:48:41 +0100 Subject: [PATCH] travis deployment 7 --- .travis.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fd909cb..00bf642 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .. diff --git a/README.md b/README.md index 955a6da..22a07dd 100644 --- a/README.md +++ b/README.md @@ -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