aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ci/boost/build_travis.py
diff options
context:
space:
mode:
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(),