Skip to content

uilianries/conan-catch

Repository files navigation

Build Status Build status badge License: Boost Download

A modern, C++-native, header-only, framework for unit-tests, TDD and BDD

Conan.io package for Catch project

The packages generated with this conanfile can be found in Bintray.

Build packages

Download conan client from Conan.io and run:

$ python build.py

If your are in Windows you should run it from a VisualStudio console in order to get "mc.exe" in path.

Add remote

Add Conan remote from bintray account

$ conan remote add bintray https://api.bintray.com/conan/uilianries/conan

Upload packages to server

$ conan upload -r bintray Catch/1.9.6@uilianries/stable --all

Reuse the packages

Basic setup

$ conan install -r bintray Catch/1.9.6@uilianries/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
Catch/1.9.6@uilianries/stable

[generators]
txt
cmake

Complete the installation of requirements for your project running:

conan install .

Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.txt and conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.

License

Boost

About

Conan.io package for Catch project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published