2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00

Follow up feature/cmake-config merged to boostorg/boost develop

Details at https://lists.boost.org/Archives/boost/2018/12/244697.php
This commit is contained in:
Mateusz Łoskot
2018-12-18 22:47:26 +01:00
parent 2233fb166a
commit 602d51d05a
3 changed files with 9 additions and 3 deletions

View File

@@ -81,7 +81,9 @@ before_build:
- cd c:\projects\boost
# List all (recursive) dependencies explicitly to control any new additions
- git submodule --quiet update --init tools/build
- git submodule --quiet update --init tools/boost_install
- git submodule --quiet update --init tools/boostdep
- git submodule --quiet update --init libs/headers
## Direct
- git submodule --quiet update --init libs/algorithm
- git submodule --quiet update --init libs/array

View File

@@ -306,9 +306,11 @@ jobs:
command: |
git clone -b master --depth 1 https://github.com/boostorg/boost.git
cd boost
git submodule update --init tools/build
git submodule update --init libs/config
git submodule update --init tools/boostdep
git submodule --quiet update --init tools/build
git submodule --quiet update --init tools/boost_install
git submodule --quiet update --init tools/boostdep
git submodule --quiet update --init libs/headers
git submodule --quiet update --init libs/config
rm -rf libs/gil && mkdir -p libs/gil
mv -t libs/gil/ ../Jamfile ../example ../include ../io ../numeric ../test ../toolbox
python tools/boostdep/depinst/depinst.py gil

View File

@@ -194,7 +194,9 @@ install:
- cd boost-root
# List all (recursive) dependencies explicitly to control any new additions
- git submodule --quiet update --init tools/build
- git submodule --quiet update --init tools/boost_install
- git submodule --quiet update --init tools/boostdep
- git submodule --quiet update --init libs/headers
## Direct
- git submodule --quiet update --init libs/algorithm
- git submodule --quiet update --init libs/bind