Skip to content

Commit

Permalink
Update CI scripts to handle new module layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Dec 20, 2018
1 parent 68671aa commit 04889b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,8 @@ install:
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- git submodule update --init tools/boostdep
- cp -r $TRAVIS_BUILD_DIR/* libs/multiprecision
- python tools/boostdep/depinst/depinst.py multiprecision
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ install:
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- git submodule update --init libs/config
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\multiprecision
- git submodule update --init tools/boostdep
Expand Down

0 comments on commit 04889b8

Please sign in to comment.