From 8736d648677fec15bc924e13aae1693c051432b1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 12 Mar 2018 11:02:42 +0100 Subject: [PATCH] travis deployment 1 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f88f7d..0f5b831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 263361e..955a6da 100644 --- a/README.md +++ b/README.md @@ -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