Skip to content

Commit

Permalink
Collect Boost logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 25, 2025
1 parent 0cbd961 commit 7ff6abb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ jobs:
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
- uses: actions/upload-artifact@v4
with:
name: boost-logs
path: |
build/cpp/boost_ep-prefix/src/boost_ep-stamp/*.log
- name: Test
shell: bash
run: |
Expand Down

0 comments on commit 7ff6abb

Please sign in to comment.