From 87de1ca96810eace7c3609d5b6ab7bfc93976c44 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Thu, 19 May 2016 18:54:50 +0100 Subject: Tests: Run tests on CI --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index e825ff85d..b2b0ae28b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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")) -- cgit v1.2.3