Skip to content

Commit

Permalink
Add functional as dependency to install for testing as boostdep misse…
Browse files Browse the repository at this point in the history
…s it.
  • Loading branch information
grafikrobot committed Aug 16, 2024
1 parent c919b89 commit 1bc1a1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
rm -rf libs/$LIBRARY/*
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" filesystem functional
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" filesystem
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" functional
./bootstrap.sh
./b2 -d0 headers
./b2 -j4 variant=debug tools/inspect/build
Expand Down Expand Up @@ -174,7 +175,8 @@ jobs:
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--jobs 3" %LIBRARY%
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" filesystem functional
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" filesystem
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" functional
cmd /c bootstrap
b2 -d0 headers
Expand Down

0 comments on commit 1bc1a1c

Please sign in to comment.