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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user