james94 commented on code in PR #1793: URL: https://github.com/apache/nifi-minifi-cpp/pull/1793#discussion_r1712219867
########## conanfile.py: ########## Review Comment: I added ability to create **conan package** for **MiNiFi C++**, which is similar to CMake's **make package**. I updated the steps at the top of my PR above to include conan create command. Please give it a try when you get a chance @szaszm Here is the command you can try and at the end after conan succesfully creates the MiNiFi C++ conan package, conan will run the GTEST(s) in the **test_package/** folder. Here is the conan create command for reference: ~~~bash cd $HOME/nifi-minifi-cpp conan create . --user=minifi --channel=develop -pr=$HOME/nifi-minifi-cpp/etc/conan/profiles/release-linux ~~~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
