Added Boost.IO to CI checkout as it's required by Boost.Random.

This commit is contained in:
Andrey Semashev
2018-10-28 01:12:49 +03:00
parent e00ffe97ae
commit 645edc971d
2 changed files with 2 additions and 0 deletions

View File

@@ -333,6 +333,7 @@ install:
- git submodule update --init libs/move - git submodule update --init libs/move
- git submodule update --init libs/functional - git submodule update --init libs/functional
- git submodule update --init libs/random - git submodule update --init libs/random
- git submodule update --init libs/io
- git submodule update --init libs/utility - git submodule update --init libs/utility
- cp -r $TRAVIS_BUILD_DIR/* libs/integer - cp -r $TRAVIS_BUILD_DIR/* libs/integer
- ./bootstrap.sh - ./bootstrap.sh

View File

@@ -68,6 +68,7 @@ install:
- git submodule update --init libs/move - git submodule update --init libs/move
- git submodule update --init libs/functional - git submodule update --init libs/functional
- git submodule update --init libs/random - git submodule update --init libs/random
- git submodule update --init libs/io
- git submodule update --init libs/utility - git submodule update --init libs/utility
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer
- bootstrap - bootstrap