1
0
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:
Henry Fredrick Schreiner 2018-03-10 11:07:59 +01:00
parent acc6627ef7
commit e0447b662a

View File

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