Skip to content

Commit

Permalink
docs: set system system-env for Boost
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Sep 12, 2024
1 parent 3d6bc5b commit e6fd32c
Show file tree
Hide file tree
Showing 5 changed files with 1,556 additions and 36 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,15 @@ jobs:
- name: Clone Boost.URL
uses: actions/checkout@v4

- name: Clone Boost
uses: alandefreitas/cpp-actions/boost-clone@v1.8.7
id: boost-clone
with:
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
boost-dir: ../boost-source
scan-modules-dir: .
scan-modules-ignore: url

- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -379,6 +388,12 @@ jobs:
- name: Build Antora Docs
run: |
git config --global --add safe.directory "$(pwd)"
cd ..
BOOST_SRC_DIR="$(pwd)/boost-source"
export BOOST_SRC_DIR
cd url
cd doc
bash ./build_antora.sh
Expand Down
Loading

0 comments on commit e6fd32c

Please sign in to comment.