Upload test configuration

This commit is contained in:
momo5502
2025-01-06 12:36:57 +01:00
parent d9676cceb6
commit 9d3b154335

View File

@@ -67,11 +67,12 @@ jobs:
path: |
build/${{matrix.preset}}/artifacts/*
- name: Dump Registry
run: cd build/${{matrix.preset}}/artifacts && ../../../src/grab-registry.bat
- name: CMake Test
run: cd build/${{matrix.preset}} && ctest --verbose
- name: Upload Test Configuration
uses: actions/upload-artifact@v4
with:
name: Windows ${{matrix.configuration}} Test Config
path: |
build/${{matrix.preset}}/**/CTestTestfile.cmake
build-linux-gcc:
name: Build Linux GCC