mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
Tests: Run tests on CI
This commit is contained in:
parent
a03f9b6fb6
commit
87de1ca968
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