Collect artifacts for CI debug

This commit is contained in:
Dan Paulat 2024-11-29 22:00:00 -06:00
parent 036acf3c85
commit 27b2d79a65

View file

@ -288,3 +288,20 @@ jobs:
with: with:
name: supercell-wx-test-logs-${{ matrix.name }} name: supercell-wx-test-logs-${{ matrix.name }}
path: ${{ github.workspace }}/build/Testing/ path: ${{ github.workspace }}/build/Testing/
- name: CI Build Directory Listing
if: ${{ !cancelled() && startsWith(matrix.os, 'ubuntu') }}
shell: bash
run: |
ls -alRF ./build/
- name: Upload CI Build Debug
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: supercell-wx-ci-debug-logs-${{ matrix.name }}
path: |
${{ github.workspace }}/build/.ninja_log
${{ github.workspace }}/build/build.ninja
${{ github.workspace }}/build/CMakeCache.txt
${{ github.workspace }}/build/compile_commands.json