mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 11:54:27 +02:00
Conan stable_branch_pattern changed
This commit is contained in:
2
build.py
2
build.py
@@ -3,7 +3,7 @@ from cpt.packager import ConanMultiPackager
|
||||
if __name__ == "__main__":
|
||||
builder = ConanMultiPackager(username = "mpusz", login_username = "mpusz",
|
||||
channel = "testing",
|
||||
stable_branch_pattern="release/*",
|
||||
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
||||
upload = "https://api.bintray.com/conan/mpusz/conan-mpusz",
|
||||
remotes = "https://api.bintray.com/conan/martinmoene/nonstd-lite",
|
||||
build_policy = "outdated",
|
||||
|
Reference in New Issue
Block a user