aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ci/boost/build_travis.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-14 03:46:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 00:49:01 +0300
commit86f069fe70a8ece2829953264ef372d0a661b454 (patch)
tree1f7f07caf7d52fa1a5aa0aa17def5742be1fdfc1 /ci/boost/build_travis.py
parentfix PyLint warnings (diff)
downloadcmake-common-86f069fe70a8ece2829953264ef372d0a661b454.tar.gz
cmake-common-86f069fe70a8ece2829953264ef372d0a661b454.zip
build: clean up silly cmd line params
They were just plain synonyms for CMake flags, barely had any value.
Diffstat (limited to 'ci/boost/build_travis.py')
-rwxr-xr-xci/boost/build_travis.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/boost/build_travis.py b/ci/boost/build_travis.py
index bfdccc0..de8c957 100755
--- a/ci/boost/build_travis.py
+++ b/ci/boost/build_travis.py
@@ -54,6 +54,7 @@ def build_travis(argv=None):
argv = sys.argv[1:]
logging.info('Command line arguments: %s', argv)
_check_travis()
+
version = BoostVersion.from_string(_get_boost_version())
travis_argv = [
'download',
@@ -61,6 +62,7 @@ def build_travis(argv=None):
'--', str(version)
]
build_main(travis_argv)
+
travis_argv = [
'build',
'--configuration', _get_configuration(),