[Question] New Conan plugin for TeamCity
See original GitHub issueI had a need this week for something more complex than a simple conan create . foo/bar
on our CI server, and I decided it was finally time to learn how to write a TeamCity plugin.
So, here it is! https://github.com/DavidZemon/TeamCity.ConanPlugin
There’s still lots more work to do (said work list is only in my head and not documented anywhere… I’ll get it documented someday), but it’s at least at a functional stage, and worth sharing with you guys and JetBrains.
What I’d like to come from this ticket is that either JetBrains or JFrog take over ownership of the plugin and roll with it. I think (hope) it has strong potential for more than just my organization.
Anyway, please have a look and let me know what you think.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How to integrate conan in teamcity?
-Create your own plugin that handles integration on your own terms. ... If you are interested in the second approach, handling Conan's exceptions ......
Read more >Conan and resolving dependencies in a C++ project
Managing 3rd-party dependencies in a C++ project with Conan: automatic builds and deployment in TeamCity, storing artifacts in JFrog ...
Read more >TeamCity Artifactory Plug-in - JFrog
The plugin allows you to set a new type of trigger that periodically polls a path in Artifactory, a folder or an individual...
Read more >Getting Started with TeamCity Plugins - YouTube
This webinar introduces you to the ins and outs of # plugin development for TeamCity. How to get started, where to find the...
Read more >Conan vs TeamCity | What are the differences? - StackShare
Conan also allows you to run your own server easily from the command line; TeamCity: TeamCity is an ultimate Continuous Integration tool for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please @solvingj have a look at this when possible.
Not that I’m aware of, but I am still around if anyone needs anything or finds a bug.