Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikzenker/conan-hsm
Conan package for Hsm https://github.com/erikzenker/hsm
https://github.com/erikzenker/conan-hsm
Last synced: 26 days ago
JSON representation
Conan package for Hsm https://github.com/erikzenker/hsm
- Host: GitHub
- URL: https://github.com/erikzenker/conan-hsm
- Owner: erikzenker
- Created: 2020-05-04T14:51:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T19:46:08.000Z (over 3 years ago)
- Last Synced: 2024-10-30T01:44:47.014Z (2 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conan Hsm Package
Run the following commands to create and upload the hsm package
```bash
conan create . erikzenker/testing -s compiler.cppstd=17
conan remote add conan-erikzenker https://api.bintray.com/conan/erikzenker/conan-erikzenker
conan user -p -r conan-erikzenker erikzenker
conan upload hsm/1.1 -r conan-erikzenker
```The API key is the “password” used to authenticate the Conan client to Bintray, NOT your Bintray password. To get your API key, go to “Edit Your Profile” in your Bintray account and check the API Key section.