mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Implement root fs handling
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -224,8 +224,13 @@ jobs:
|
||||
name: Temp ${{ matrix.filesystem }} Root FS
|
||||
path: build/${{matrix.preset}}/artifacts/root
|
||||
|
||||
- name: Copy Test Sample
|
||||
run: cp build/${{matrix.preset}}/artifacts/test-sample.exe build/${{matrix.preset}}/artifacts/root/filesys/c/
|
||||
|
||||
- name: CMake Test
|
||||
run: cd build/${{matrix.preset}} && ctest --verbose
|
||||
env:
|
||||
EMULATOR_ROOT: ${{github.workspace}}/build/${{matrix.preset}}/artifacts/root
|
||||
|
||||
summary:
|
||||
name: Pipeline Summary
|
||||
|
||||
Reference in New Issue
Block a user