Tests: Run tests on CI

This commit is contained in:
MerryMage 2016-05-19 18:54:50 +01:00
parent a03f9b6fb6
commit 87de1ca968
4 changed files with 16 additions and 2 deletions

View file

@ -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"))