Skip to content

Commit

Permalink
Add doc/examples to depinst
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Nov 15, 2023
1 parent 4333fcd commit a5ba778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ jobs:
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
DEPINST_ARGS+=("$LIBRARY")
python tools/boostdep/depinst/depinst.py "${DEPINST_ARGS[@]}"
python tools/boostdep/depinst/depinst.py -I doc/examples "${DEPINST_ARGS[@]}"
if [ -z "${{matrix.cmake_tests}}" ]
then
./bootstrap.sh
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
cd boost-root
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
python tools/boostdep/depinst/depinst.py -I doc/examples --git_args "--jobs 3" %LIBRARY%
cmd /c bootstrap
b2 -d0 headers
Expand Down

0 comments on commit a5ba778

Please sign in to comment.