mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 03:44:27 +02:00
Missing Conan remotes added to build.py
This commit is contained in:
2
build.py
2
build.py
@@ -8,7 +8,7 @@ if __name__ == "__main__":
|
|||||||
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
remotes = None,
|
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
|
||||||
build_policy = "outdated",
|
build_policy = "outdated",
|
||||||
upload_dependencies="all",
|
upload_dependencies="all",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user