Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,13 @@ jobs:
with:
path: buffers-root

- name: Clone Boost.Capy
uses: actions/checkout@v3
with:
path: capy-root
repository: cppalliance/capy
ref: develop

- name: Clone Boost
uses: alandefreitas/cpp-actions/[email protected]
id: boost-clone
Expand Down Expand Up @@ -1184,7 +1191,7 @@ jobs:

# Patch boost-root with workspace module
cp -r "$workspace_root"/buffers-root "libs/$module"

cp -r "$workspace_root"/capy-root libs/capy

- uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions doc/mrdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ base-url: https://www.github.com/cppalliance/buffers/blob/develop/
# Style
verbose: true
multipage: true
# use-system-libc: true
# use-system-stdlib: true
use-system-libc: true
use-system-stdlib: true

cmake: '-DCMAKE_CXX_STANDARD=20 -DBOOST_BUFFERS_MRDOCS_BUILD=ON -DBOOST_BUFFERS_BUILD_TESTS=OFF -DBOOST_BUFFERS_BUILD_EXAMPLES=OFF'
Loading