diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-19 19:54:50 +0200 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-19 20:28:08 +0200 |
commit | 87de1ca96810eace7c3609d5b6ab7bfc93976c44 (patch) | |
tree | 7ef368cbab4aa45e9d5e06910a3b740c13cc8a9a /appveyor.yml | |
parent | tests: Infrastructure for unit tests (diff) | |
download | yuzu-87de1ca96810eace7c3609d5b6ab7bfc93976c44.tar yuzu-87de1ca96810eace7c3609d5b6ab7bfc93976c44.tar.gz yuzu-87de1ca96810eace7c3609d5b6ab7bfc93976c44.tar.bz2 yuzu-87de1ca96810eace7c3609d5b6ab7bfc93976c44.tar.lz yuzu-87de1ca96810eace7c3609d5b6ab7bfc93976c44.tar.xz yuzu-87de1ca96810eace7c3609d5b6ab7bfc93976c44.tar.zst yuzu-87de1ca96810eace7c3609d5b6ab7bfc93976c44.zip |
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 5 |
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")) |