diff options
| -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: | |||
| 27 | parallel: true | 27 | parallel: true |
| 28 | 28 | ||
| 29 | test_script: | 29 | test_script: |
| 30 | - cd build && ctest -VV -C Release | 30 | - cd build && ctest -VV -C Release && cd .. |
| 31 | 31 | ||
| 32 | on_success: | 32 | on_success: |
| 33 | # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder | 33 | # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder |