mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:00:04 +00:00
Revert test artifacts from CI build
This commit is contained in:
parent
d6a0a17d3f
commit
d45801bd50
1 changed files with 0 additions and 17 deletions
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
|
|
@ -288,20 +288,3 @@ 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