summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2016-05-19 18:54:50 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2016-05-19 19:28:08 +0100
commit87de1ca96810eace7c3609d5b6ab7bfc93976c44 (patch)
tree7ef368cbab4aa45e9d5e06910a3b740c13cc8a9a /appveyor.yml
parenta03f9b6fb6cdaf480737faf37b9c244f46cd1a85 (diff)
Tests: Run tests on CI
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 4 insertions, 1 deletions
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"))