mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 19:17:05 +02:00
Tests: Run tests on CI
This commit is contained in:
parent
9d9970fba9
commit
df2d284556
4 changed files with 16 additions and 2 deletions
|
|
@ -26,7 +26,10 @@ build:
|
|||
project: build/citra.sln
|
||||
parallel: true
|
||||
|
||||
after_build:
|
||||
test_script:
|
||||
- cd build && ctest -VV -C Release
|
||||
|
||||
on_success:
|
||||
# copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder
|
||||
- ps: >
|
||||
if (!"$env:APPVEYOR_PULL_REQUEST_TITLE" -and ("$env:APPVEYOR_REPO_BRANCH" -eq "master"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue