mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 11:54:27 +02:00
A small refactoring of conan and Travid build scripts
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
env:
|
|
||||||
global:
|
|
||||||
- mp-units:CONAN_RUN_TESTS: 1
|
|
||||||
|
|
||||||
linux: &linux
|
linux: &linux
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
9
build.py
9
build.py
@@ -8,10 +8,13 @@ if __name__ == "__main__":
|
|||||||
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
|
remotes = [
|
||||||
|
("https://api.bintray.com/conan/bincrafters/public-conan", True, "bincrafters"),
|
||||||
|
("https://api.bintray.com/conan/twonington/public-conan", True, "linear-algebra")
|
||||||
|
]
|
||||||
build_policy = ["outdated"],
|
build_policy = ["outdated"],
|
||||||
upload_dependencies="all",
|
upload_dependencies = "all",
|
||||||
pip_install=["sphinx", "recommonmark", "breathe"],
|
pip_install = ["sphinx", "recommonmark", "breathe"],
|
||||||
|
|
||||||
# build configurations
|
# build configurations
|
||||||
archs = ["x86_64"], # limit to 64-bit only
|
archs = ["x86_64"], # limit to 64-bit only
|
||||||
|
Reference in New Issue
Block a user