Skip to content

Commit

Permalink
Use same depinst setup for posix and windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 16, 2024
1 parent 94c1961 commit 8f9ce97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
git clone -b $BOOST_BRANCH --depth 10 https://github.com/boostorg/boost.git boost-root
cd boost-root
git submodule update --init --depth 10 --jobs 2 tools/boostdep tools/inspect libs/filesystem
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" filesystem
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
./bootstrap.sh
./b2 -d0 headers
./b2 -j4 variant=debug tools/inspect/build
Expand Down Expand Up @@ -174,6 +174,7 @@ 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
cmd /c bootstrap
b2 -d0 headers
Expand Down

0 comments on commit 8f9ce97

Please sign in to comment.