mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Add another test
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -532,7 +532,7 @@ jobs:
|
|||||||
run: cp build/release/artifacts/test-sample.exe build/release/artifacts/root/filesys/c/
|
run: cp build/release/artifacts/test-sample.exe build/release/artifacts/root/filesys/c/
|
||||||
|
|
||||||
- name: CMake Test
|
- name: CMake Test
|
||||||
run: cd build/release/artifacts && ./windows-emulator-test.exe
|
run: cd build/release/artifacts && ./analyzer.exe -e root c:/test-sample.exe && ./windows-emulator-test.exe
|
||||||
env:
|
env:
|
||||||
EMULATOR_ROOT: ${{github.workspace}}/build/release/artifacts/root
|
EMULATOR_ROOT: ${{github.workspace}}/build/release/artifacts/root
|
||||||
EMULATOR_VERBOSE: ${{ github.event.inputs.verbose }}
|
EMULATOR_VERBOSE: ${{ github.event.inputs.verbose }}
|
||||||
|
|||||||
Reference in New Issue
Block a user