summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMaribel <MerryMage@users.noreply.github.com>2016-05-21 17:11:55 +0200
committerMaribel <MerryMage@users.noreply.github.com>2016-05-21 17:11:55 +0200
commit51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26 (patch)
tree5ad9d85b951f38b409d8055ec538e3cd368d8e71 /appveyor.yml
parentMerge pull request #1564 from MerryMage/this-is-only-a-test (diff)
downloadyuzu-51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26.tar
yuzu-51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26.tar.gz
yuzu-51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26.tar.bz2
yuzu-51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26.tar.lz
yuzu-51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26.tar.xz
yuzu-51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26.tar.zst
yuzu-51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26.zip
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b2b0ae28b..fa4134384 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,7 +27,7 @@ build:
parallel: true
test_script:
- - cd build && ctest -VV -C Release
+ - cd build && ctest -VV -C Release && cd ..
on_success:
# copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder