Skip to content

meshell/conan_cucumber-cpp

Repository files navigation

Build Status Travis Build status AppVeyor Conan.io

conan_cucumber-cpp

conan package for the cucumber-cpp framework.

The packages generated with this conanfile can be found in conan.io.

Build packages

Download conan client from Conan.io and run:

$ python build.py

Upload packages to server

$ conan upload cucumber-cpp/0.4@meshell/stable --all

Reuse the packages

Basic setup

$ conan install cucumber-cpp/0.4@meshell/stable

Project setup

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

[requires]
cucumber-cpp/master@0.4/stable

[options]
cucumber-cpp:disable_boost_test=true  # Disable boosttest driver
cucumber-cpp:disable_gtest=false      # Disable googletest driver
cucumber-cpp:use_static_boost=false   # Statically link Boost (except boost::test)
cucumber-cpp:include_pdbs=false       # MSVC - include debug symbols

[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.

About

[conan](https://www.conan.io/) build script for the [Cucumber-cpp](https://github.com/cucumber/cucumber-cpp) framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published