mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 14:03:52 +00:00
Allow publish to conan automatically
This commit is contained in:
parent
acc6627ef7
commit
e0447b662a
@ -84,7 +84,7 @@ matrix:
|
|||||||
then
|
then
|
||||||
conan remote add origin https://api.bintray.com/conan/cliutils/CLI11
|
conan remote add origin https://api.bintray.com/conan/cliutils/CLI11
|
||||||
conan user -p ${BINFROG_API_KEY} -r origin henryiii
|
conan user -p ${BINFROG_API_KEY} -r origin henryiii
|
||||||
conan upload "*" -r origin --all
|
conan upload "*" -c -r origin --all
|
||||||
fi
|
fi
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user