mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 13:43:52 +00:00
Fixing CI upload for Conan.io
[skip ci]
This commit is contained in:
parent
7a6cd04ec4
commit
7763ab8809
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -29,7 +29,7 @@ And, if you want to always use it, feel free to install the git hook provided in
|
|||||||
|
|
||||||
## For developers releasing to Conan.io
|
## For developers releasing to Conan.io
|
||||||
|
|
||||||
The steps to make a Conan.io release are:
|
This is now done by the CI system on tagged releases. Previously, the steps to make a Conan.io release were:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
conan remove '*' # optional, I like to be clean
|
conan remove '*' # optional, I like to be clean
|
||||||
|
@ -96,7 +96,7 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- .ci/make_and_test.sh 11
|
- .ci/make_and_test.sh 11
|
||||||
after_success:
|
after_success:
|
||||||
- conan create . CLIUtils/stable
|
- conan create . cliutils/stable
|
||||||
- |
|
- |
|
||||||
if [ "${TRAVIS_TAG}" ]
|
if [ "${TRAVIS_TAG}" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user