Missing Conan remotes added to build.py

This commit is contained in:
Mateusz Pusz
2020-03-09 19:07:41 +01:00
parent 5f73123f87
commit 433cd8222f

View File

@@ -8,7 +8,7 @@ if __name__ == "__main__":
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
# dependencies
remotes = None,
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
build_policy = "outdated",
upload_dependencies="all",