mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Upload test configuration
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user