A small refactoring of conan and Travid build scripts

This commit is contained in:
Mateusz Pusz
2020-06-21 10:56:05 +02:00
parent b610a6369f
commit 1326496a35
2 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,3 @@
env:
global:
- mp-units:CONAN_RUN_TESTS: 1
linux: &linux
os: linux
dist: xenial

View File

@@ -8,10 +8,13 @@ if __name__ == "__main__":
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
# 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"],
upload_dependencies="all",
pip_install=["sphinx", "recommonmark", "breathe"],
upload_dependencies = "all",
pip_install = ["sphinx", "recommonmark", "breathe"],
# build configurations
archs = ["x86_64"], # limit to 64-bit only