Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 7, 2024
1 parent 02829e0 commit 320f367
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: 🌋 Build
shell: bash
env:
CCACHE_DEBUG: 1
CCACHE_DEBUGDIR: ccache-debug
run: |
cmake --build "${{ github.workspace }}/build" --config Release
Expand All @@ -90,6 +93,13 @@ jobs:
run: |
cmake --build "${{ github.workspace }}/build" --target bundle --config Release
- name: 📑 Upload ccache debug stats
uses: actions/upload-artifact@v4
with:
name: ccache-stats
path: |
build/ccache-debug
- name: 📑 Upload dep build logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 320f367

Please sign in to comment.