Skip to content

Commit

Permalink
Archive entire build directory when CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Nov 30, 2023
1 parent ea9864b commit 76d057a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
with:
name: test-results-clang
path: |
build/out
build/Testing
build
!biuld/CMakeFiles
build-gcc:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -105,7 +105,9 @@ jobs:
if: failure()
with:
name: test-results-gcc
path: b/out b/Testing
path: |
build
!biuld/CMakeFiles
build-macos:
runs-on: macos-11
Expand Down

0 comments on commit 76d057a

Please sign in to comment.