1
0
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:
Henry Fredrick Schreiner 2018-04-19 13:17:19 +02:00
parent 7a6cd04ec4
commit 7763ab8809
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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