mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Collect artifacts for CI debug
This commit is contained in:
parent
036acf3c85
commit
27b2d79a65
1 changed files with 17 additions and 0 deletions
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
|
|
@ -288,3 +288,20 @@ jobs:
|
|||
with:
|
||||
name: supercell-wx-test-logs-${{ matrix.name }}
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue