summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-05-21 16:15:13 +0200
committerbunnei <bunneidev@gmail.com>2016-05-21 16:15:13 +0200
commit5edff287b6da2821424e94d0ec48a00db2f7d944 (patch)
tree8236ee8438948f3612bf9fd9f7932449fff1567b /appveyor.yml
parentMerge pull request #1816 from JayFoxRox/refactor-tev-dump (diff)
parentTests: Run tests on CI (diff)
downloadyuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.gz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.bz2
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.lz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.xz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.zst
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.zip
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1edd7041f..b2b0ae28b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,14 @@ before_build:
- cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..
- cd ..
-after_build:
+build:
+ project: build/citra.sln
+ parallel: true
+
+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"))