diff options
author | Maribel <MerryMage@users.noreply.github.com> | 2016-05-21 17:11:55 +0200 |
---|---|---|
committer | Maribel <MerryMage@users.noreply.github.com> | 2016-05-21 17:11:55 +0200 |
commit | 51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26 (patch) | |
tree | 5ad9d85b951f38b409d8055ec538e3cd368d8e71 | |
parent | Merge pull request #1564 from MerryMage/this-is-only-a-test (diff) | |
download | yuzu-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.yml | 2 |
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 |