Dev build 3

This commit is contained in:
Martin Hořeňovský
2017-08-30 12:20:21 +02:00
parent 4dcdcc0ac3
commit fc495ba0cb
4 changed files with 416 additions and 277 deletions

View File

@@ -10,7 +10,7 @@ class CatchConanTest(ConanFile):
settings = "os", "compiler", "arch", "build_type"
username = getenv("CONAN_USERNAME", "philsquared")
channel = getenv("CONAN_CHANNEL", "testing")
requires = "Catch/2.0.0-develop.2@%s/%s" % (username, channel)
requires = "Catch/2.0.0-develop.3@%s/%s" % (username, channel)
def build(self):
cmake = CMake(self)