conan create

From wikieduonline
Revision as of 13:47, 2 November 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search

conan create builds a binary package for a recipe (conanfile.py).

conan create . "${CI_COMMIT_TAG}@dev/stable"


conan create . demo/testing is equivalent to:

$ conan export . demo/testing
$ conan install hello/0.1@demo/testing --build=hello
# package is created now, use test to test it
$ cd test_package
$ conan test . hello/0.1@demo/testing

See also

Advertising: