AppVeyor stuck at conan user
See original GitHub issueHello, I’ve been trying to debug this appveyor CI integration for quite a while now : https://github.com/p-groarke/ns_getopt
I’ve set CONAN_PASSWORD
in the appveyor project, yet it is always stuck at conan user
command. Any recommendations on how to debug this? I am out of ideas 😕
Thx
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Stuck on conan user · Issue #2328 · appveyor/ci - GitHub
Go to 'encrypt data` page of your AppVeyor account and put encrypted value in yaml as, environment: CONAN_PASSWORD: secure: <encrypted_value> — ...
Read more >Latest Appveyor Update causing VC++ projects to fail / Problems ...
Numerous C++ projects of ours are not failing unexpectedly during the "sln file upgrade". Rolling back to previous appveyor worker image is successful....
Read more >Appveyor — conan 1.45.0 documentation
Under Appveyor Settings->Environment, add the CONAN_LOGIN_USERNAME and CONAN_PASSWORD environment variables with the Artifactory CE user and password. Clone ...
Read more >Who is using conan.io? : r/cpp - Reddit
We develop a desktop application that runs on Windows and Linux, and we now use Conan to manage our third party libs (about...
Read more >The one-stop guide to (easy) cross-platform Python freezing
In the next part, we will be looking into TravisCI and AppVeyor for ... and create a dist directory with the frozen app...
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 FreeTop 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
Top GitHub Comments
Well I finally figured it out. I have a script,
conan.bat
, in my project. The command line ended up in the same directory so it was calling the script.siggggggggggghhhhhhhhhhhhh
Great that you solved it, yeah those kind of things happen LoL