#926 Update Conan version by release

- Update release scripts to increment Conan version

Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
Uilian Ries
2017-06-23 11:06:49 -03:00
parent 6234e3d54d
commit 3491804598
12 changed files with 49 additions and 556 deletions

View File

@@ -12,8 +12,5 @@ class CatchConan(ConanFile):
url = "https://github.com/philsquared/Catch"
license = "BSL-1.0"
def build(self):
pass
def package(self):
self.copy(pattern="catch.hpp", src="single_include", dst="include")