summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMaribel <MerryMage@users.noreply.github.com>2016-05-21 16:11:55 +0100
committerMaribel <MerryMage@users.noreply.github.com>2016-05-21 16:11:55 +0100
commit51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26 (patch)
tree5ad9d85b951f38b409d8055ec538e3cd368d8e71 /appveyor.yml
parent5edff287b6da2821424e94d0ec48a00db2f7d944 (diff)
Appveyor: Restore working directory after test_script (#1835)
Diffstat (limited to 'appveyor.yml')
-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