Skip to content

Commit 3e7a5b1

Browse files
author
zhangjipeng
committed
Merge branch 'master' of https://github.com/onecoolx/picasso
2 parents a07856e + b6b9309 commit 3e7a5b1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,13 @@ jobs:
8989
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
9090
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
9191
run: ctest --build-config ${{ matrix.build_type }} --output-on-failure
92+
93+
- name: Upload Test Reaults
94+
if: always()
95+
uses: actions/upload-artifact@v4.6.2
96+
with:
97+
name: test-snpashots-${{matrix.os}}-${{ matrix.build_type }}-${{ matrix.c_compiler }}
98+
path: |
99+
${{ steps.strings.outputs.build-output-dir }}/snapshots/
100+
101+

0 commit comments

Comments
 (0)